]> sourceware.org Git - automake.git/commitdiff
* tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT):
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 2 Dec 2002 18:04:46 +0000 (18:04 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 2 Dec 2002 18:04:46 +0000 (18:04 +0000)
Append $(EXEEXT) again.

ChangeLog
tests/gnits3.test

index 843e8dabd7de75707d1a53b076d667fe4be362a8..780dddb1937e6c4162fac4eecbc74944412c7baa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-02  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT):
+       Append $(EXEEXT) again.
+
 2002-12-02  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * automake.texi (Sources): Illustrate $(BUILT_SOURCES) with an
index 5c8f138f550dae3fe053c499048b32570a0bbe69..2198da81934c5b11a9d98f68544934ea9e099924 100755 (executable)
@@ -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).
This page took 0.038129 seconds and 5 git commands to generate.