]> sourceware.org Git - automake.git/commitdiff
* Makefile.am (distclean-local): Typo fix.
authorTom Tromey <tromey@redhat.com>
Wed, 28 Oct 1998 00:43:36 +0000 (00:43 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 28 Oct 1998 00:43:36 +0000 (00:43 +0000)
tests/ChangeLog
tests/Makefile.am
tests/Makefile.in

index 98281ee7a23641153016edd891eeec5bb24c0127..eb393fad29691a4b52782852cfb96dda16e535ca 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-28  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.am (distclean-local): Typo fix.
+
 1998-10-20  Tom Tromey  <tromey@cygnus.com>
 
        * Makefile.am (TESTS): Sorted tests.  From Jeff Garzik.
index baf1d2276be6e9ac8900cf2857deb74f52ffbf4a..3c856168bdcef16d74d28ed79c2e32691dc22bc7 100644 (file)
@@ -41,4 +41,4 @@ vtexi2.test whoami.test xsource.test yacc.test yaccpp.test
 EXTRA_DIST = defs $(TESTS)
 
 distclean-local:
-       -rm -rf testSubdir
+       -rm -rf testSubDir
index b52aeb2011a8e4f571ed79c6e65fc9e30fd98803..ebcc5ba92103384c435ced8d1c8e3dc56aeb492c 100644 (file)
@@ -232,7 +232,7 @@ mostlyclean distclean maintainer-clean
 
 
 distclean-local:
-       -rm -rf testSubdir
+       -rm -rf testSubDir
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.032312 seconds and 5 git commands to generate.