Changeset 8786aa5 in mainline for uspace/app/trace/Makefile.build
- Timestamp:
- 2010-01-04T15:21:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b766352
- Parents:
- e405228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/Makefile.build
re405228 r8786aa5 61 61 %.o: %.c $(DEPEND) 62 62 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 63 ifeq ($(PRECHECK),y) 64 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS) 65 endif 63 66 64 67 $(DEPEND):
Note:
See TracChangeset
for help on using the changeset viewer.