Changeset 732 for trunk/psLib/src/collections/Makefile
- Timestamp:
- May 18, 2004, 4:16:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r728 r732 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.1 3$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-19 0 1:20:53$5 ## $Revision: 1.14 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-19 02:16:04 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 66 66 67 67 %.d: %.c 68 $(CC) -M $(CFLAGS) $< > $@ 69 sed -i 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@ 68 $(CC) -M $(CFLAGS) $< > $@.tmp 69 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 70 $(RM) -f $@.tmp 70 71 71 72 include $(SRC_OBJS:.o=.d)
Note:
See TracChangeset
for help on using the changeset viewer.
