Changeset 2271 for branches/0.6-stable/build_support/Makefile.am
- Timestamp:
- Jun 14, 2010, 6:57:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/build_support/Makefile.am
r2161 r2271 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' \ … … 67 66 yat-config: Makefile $(srcdir)/yat-config.in 68 67 @rm -f $@ $@.tmp 69 @ $(ECHO)"#! $(SHELL)" > $@.tmp70 @ $(ECHO)"# $@ generated by make from yat-config.in" >> $@.tmp68 @echo "#! $(SHELL)" > $@.tmp 69 @echo "# $@ generated by make from yat-config.in" >> $@.tmp 71 70 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 72 71 @chmod +x $@.tmp 73 72 @chmod a-w $@.tmp 74 73 @mv $@.tmp $@ 75 @ $(ECHO)creating $@74 @echo creating $@ 76 75 77 76 yat.pc: Makefile $(srcdir)/yat.pc.in 78 77 @rm -f $@ $@.tmp 79 @ $(ECHO)"# $@ generated by make from yat.pc.in" > $@.tmp78 @echo "# $@ generated by make from yat.pc.in" > $@.tmp 80 79 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 81 80 @chmod a-w $@.tmp 82 81 @mv $@.tmp $@ 83 @ $(ECHO)creating $@82 @echo creating $@ 84 83 85 84 install-exec-hook:
Note: See TracChangeset
for help on using the changeset viewer.