Changeset 1695 for trunk/build_support/Makefile.am
- Timestamp:
- Jan 5, 2009, 3:45:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r1691 r1695 65 65 @rm -f $@ $@.tmp 66 66 @$(ECHO) "#! $(SHELL)" > $@.tmp 67 @$(ECHO) "# generated by make from yat-config.in" >> $@.tmp67 @$(ECHO) "# $@ generated by make from yat-config.in" >> $@.tmp 68 68 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 69 69 @chmod +x $@.tmp … … 74 74 yat.pc: Makefile yat.pc.in 75 75 @rm -f $@ $@.tmp 76 @$(edit) '$(srcdir)/$@.in' >$@.tmp 76 @$(ECHO) "# $@ generated by make from yat.pc.in" > $@.tmp 77 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 77 78 @chmod a-w $@.tmp 78 79 @mv $@.tmp $@
Note: See TracChangeset
for help on using the changeset viewer.