Index: ChangeLog from Gary V. Vaughan * demo/Makefile.am (helldl$(EXEEXT)): Automake-1.5 made me change this from just `helldl'. Index: demo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/demo/Makefile.am,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- demo/Makefile.am 2001/06/06 22:06:58 1.24 +++ demo/Makefile.am 2001/09/02 16:58:42 1.25 @@ -40,7 +40,7 @@ bin_SCRIPTS = helldl # create a script that says that -dlopen is not supported -helldl: +helldl$(EXEEXT): rm -f $@ echo '#! /bin/sh' > $@ echo '-dlopen is unsupported' >> $@