Changeset 8786aa5 in mainline for uspace/app/bdsh/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/bdsh/Makefile.build
re405228 r8786aa5 79 79 %.o: %.c $(DEPEND) 80 80 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 81 ifeq ($(PRECHECK),y) 82 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS) 83 endif 81 84 82 85 $(DEPEND):
Note:
See TracChangeset
for help on using the changeset viewer.