]> sourceware.org Git - automake.git/commitdiff
* tests/subobj6.test (wish_SOURCES): Use $MAKE.
authorTom Tromey <tromey@redhat.com>
Mon, 7 May 2001 16:29:38 +0000 (16:29 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 7 May 2001 16:29:38 +0000 (16:29 +0000)
* tests/subobj5.test (wish_SOURCES): Use $MAKE.

ChangeLog
tests/subobj5.test
tests/subobj6.test

index 34d72bb5b5bdb78fba39d0f4f645e84e25071416..28965f5929d4b00597d10288d8c29a77e6a21be6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-06  Tom Tromey  <tromey@redhat.com>
 
+       * tests/subobj6.test (wish_SOURCES): Use $MAKE.
+       * tests/subobj5.test (wish_SOURCES): Use $MAKE.
+
        * automake.in (GNITS_VERSION_PATTERN): Document.  Added `fork
        identifier'.
        (handle_options): Handle fork identifier in version number.
index 3a518689f31b6f3d66a25747e07416537f94b971..e2303a381f082b3196f237b3d9200c4d583234ab 100755 (executable)
@@ -30,4 +30,4 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE --include-deps --copy --add-missing
 ./configure
-make dist
+$MAKE dist
index d87d0bad0e20b3e2e52a16853207d0476e574b7b..c1b0f0c887b92b45ca91d9cd13f01ca4cc8e2626 100755 (executable)
@@ -41,8 +41,8 @@ mkdir build
 cd build
 
 ../configure
-make
-make distclean
+$MAKE
+$MAKE distclean
 
 test -f generic/a.o && exit 1
 test -f generic/.dirstamp && exit 1
This page took 0.045396 seconds and 5 git commands to generate.