Ignore:
Timestamp:
Jun 14, 2010, 6:57:06 AM (13 years ago)
Author:
Peter
Message:

backporting r2266 to stable branch. Use echo instead of variable ECHO provided by libtool because it's broken with 2.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/build_support/Makefile.am

    r2161 r2271  
    5353  -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \
    5454  -e 's|@PACKAGE_URL[@]|$(PACKAGE_URL)|g' \
    55   -e 's|@ECHO[@]|$(ECHO)|g' \
    5655  -e 's|@VERSION[@]|$(VERSION)|g' \
    5756  -e 's|@YAT_MAJOR_VERSION[@]|$(YAT_MAJOR_VERSION)|g' \
     
    6766yat-config: Makefile $(srcdir)/yat-config.in
    6867  @rm -f $@ $@.tmp
    69   @$(ECHO) "#! $(SHELL)" > $@.tmp
    70   @$(ECHO) "# $@ generated by make from yat-config.in" >> $@.tmp
     68  @echo "#! $(SHELL)" > $@.tmp
     69  @echo "# $@ generated by make from yat-config.in" >> $@.tmp
    7170  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
    7271  @chmod +x $@.tmp
    7372  @chmod a-w $@.tmp
    7473  @mv $@.tmp $@
    75   @$(ECHO) creating $@
     74  @echo creating $@
    7675
    7776yat.pc: Makefile $(srcdir)/yat.pc.in
    7877  @rm -f $@ $@.tmp
    79   @$(ECHO) "# $@ generated by make from yat.pc.in" > $@.tmp
     78  @echo "# $@ generated by make from yat.pc.in" > $@.tmp
    8079  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
    8180  @chmod a-w $@.tmp
    8281  @mv $@.tmp $@
    83   @$(ECHO) creating $@
     82  @echo creating $@
    8483
    8584install-exec-hook:
Note: See TracChangeset for help on using the changeset viewer.