Changeset 1766 for trunk/build_support/Makefile.am
- Timestamp:
- Feb 3, 2009, 4:31:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r1764 r1766 64 64 -e 's|@boost_version[@]|$(boost_version)|g' 65 65 66 yat-config: Makefile yat-config.in66 yat-config: Makefile $(srcdir)/yat-config.in 67 67 @rm -f $@ $@.tmp 68 68 @$(ECHO) "#! $(SHELL)" > $@.tmp … … 74 74 @$(ECHO) creating $@ 75 75 76 yat.pc: Makefile yat.pc.in76 yat.pc: Makefile $(srcdir)/yat.pc.in 77 77 @rm -f $@ $@.tmp 78 78 @$(ECHO) "# $@ generated by make from yat.pc.in" > $@.tmp
Note: See TracChangeset
for help on using the changeset viewer.