From ecba82256582ea5ac6742786314304193e0a21f2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 2 Dec 2002 18:04:46 +0000 Subject: [PATCH] * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Append $(EXEEXT) again. --- ChangeLog | 5 +++++ tests/gnits3.test | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 843e8dab..780dddb1 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 5c8f138f..2198da81 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). -- 2.43.5