From: Alexandre Duret-Lutz Date: Mon, 2 Dec 2002 18:04:47 +0000 (+0000) Subject: * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): X-Git-Tag: Release-1-7-2b~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4c55d85db290b469801c8bcfa3f7e5e6ee42cb4;p=thirdparty%2Fautomake.git * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Append $(EXEEXT) again. --- diff --git a/ChangeLog b/ChangeLog index 843e8dabd..780dddb19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-02 Charles Wilson + + * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): + Append $(EXEEXT) again. + 2002-12-02 Alexandre Duret-Lutz * automake.texi (Sources): Illustrate $(BUILT_SOURCES) with an diff --git a/tests/gnits3.test b/tests/gnits3.test index 5c8f138f5..2198da819 100755 --- a/tests/gnits3.test +++ b/tests/gnits3.test @@ -93,7 +93,7 @@ $MAKE grep-stderr # Make sure there is no more error when all targets are exempted. cd .. -echo 'AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += sub/nok sub/nok.sh' >> Makefile.am +echo 'AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += sub/nok$(EXEEXT) sub/nok.sh' >> Makefile.am $AUTOMAKE cd build ./config.status # Don't rely on the rebuild rules (they need GNU make).