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

use 'echo' rather than the variable ECHO decided by libtool. The command decided by libtool 2.2.8 does not work from Makefiles on Mac OSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/Makefile.am

    r2264 r2266  
    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' \
     
    6665yat-config: Makefile $(srcdir)/yat-config.in
    6766  @rm -f $@ $@.tmp
    68   @$(ECHO) "#! $(SHELL)" > $@.tmp
    69   @$(ECHO) "# $@ generated by make from yat-config.in" >> $@.tmp
     67  @echo "#! $(SHELL)" > $@.tmp
     68  @echo "# $@ generated by make from yat-config.in" >> $@.tmp
    7069  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
    7170  @chmod +x $@.tmp
    7271  @chmod a-w $@.tmp
    7372  @mv $@.tmp $@
    74   @$(ECHO) creating $@
     73  @echo creating $@
    7574
    7675yat.pc: Makefile $(srcdir)/yat.pc.in
    7776  @rm -f $@ $@.tmp
    78   @$(ECHO) "# $@ generated by make from yat.pc.in" > $@.tmp
     77  @echo "# $@ generated by make from yat.pc.in" > $@.tmp
    7978  @$(edit) '$(srcdir)/$@.in' >>$@.tmp
    8079  @chmod a-w $@.tmp
    8180  @mv $@.tmp $@
    82   @$(ECHO) creating $@
     81  @echo creating $@
    8382
    8483install-exec-hook:
Note: See TracChangeset for help on using the changeset viewer.