Changeset a0a273e in mainline for uspace/lib/c/Makefile
- Timestamp:
- 2017-10-03T18:12:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a41cda7
- Parents:
- 0f28387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r0f28387 ra0a273e 194 194 %.h: %.ag 195 195 $(AUTOGEN) probe $< >$<.probe.c 196 $(CC ) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c196 $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c 197 197 $(AUTOGEN) generate $< <$<.probe.s >$@ 198 198
Note:
See TracChangeset
for help on using the changeset viewer.