Changeset 2266 for trunk/build_support/Makefile.am
- Timestamp:
- Jun 6, 2010, 1:14:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r2264 r2266 53 53 -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \ 54 54 -e 's|@PACKAGE_URL[@]|$(PACKAGE_URL)|g' \ 55 -e 's|@ECHO[@]|$(ECHO)|g' \56 55 -e 's|@VERSION[@]|$(VERSION)|g' \ 57 56 -e 's|@YAT_MAJOR_VERSION[@]|$(YAT_MAJOR_VERSION)|g' \ … … 66 65 yat-config: Makefile $(srcdir)/yat-config.in 67 66 @rm -f $@ $@.tmp 68 @ $(ECHO)"#! $(SHELL)" > $@.tmp69 @ $(ECHO)"# $@ generated by make from yat-config.in" >> $@.tmp67 @echo "#! $(SHELL)" > $@.tmp 68 @echo "# $@ generated by make from yat-config.in" >> $@.tmp 70 69 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 71 70 @chmod +x $@.tmp 72 71 @chmod a-w $@.tmp 73 72 @mv $@.tmp $@ 74 @ $(ECHO)creating $@73 @echo creating $@ 75 74 76 75 yat.pc: Makefile $(srcdir)/yat.pc.in 77 76 @rm -f $@ $@.tmp 78 @ $(ECHO)"# $@ generated by make from yat.pc.in" > $@.tmp77 @echo "# $@ generated by make from yat.pc.in" > $@.tmp 79 78 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 80 79 @chmod a-w $@.tmp 81 80 @mv $@.tmp $@ 82 @ $(ECHO)creating $@81 @echo creating $@ 83 82 84 83 install-exec-hook:
Note: See TracChangeset
for help on using the changeset viewer.