+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
# 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).