Changeset 727 for branches/fault_tolerance/softs/tsar_boot/Makefile
- Timestamp:
- Jun 27, 2014, 4:48:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fault_tolerance/softs/tsar_boot/Makefile
r724 r727 90 90 all: $(TARGET) 91 91 92 $(BUILD_DIR)/version.o: $(BUILD_DIR) $(OBJS) versionversion.sh92 $(BUILD_DIR)/version.o: $(BUILD_DIR) $(OBJS) VERSION version.sh 93 93 $(ECHO) "[version.sh]" 94 94 ./version.sh > $(BUILD_DIR)/version.c … … 143 143 $(DU) -D $@ > $@.txt 144 144 145 .SILENT:
Note: See TracChangeset
for help on using the changeset viewer.