From: Tom Tromey Date: Wed, 28 Oct 1998 00:43:36 +0000 (+0000) Subject: * Makefile.am (distclean-local): Typo fix. X-Git-Tag: Release-1-3d~28 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=500c479344c5b3c000eb994417d580691372da55;p=automake.git * Makefile.am (distclean-local): Typo fix. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 98281ee7..eb393fad 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1998-10-28 Tom Tromey + + * Makefile.am (distclean-local): Typo fix. + 1998-10-20 Tom Tromey * Makefile.am (TESTS): Sorted tests. From Jeff Garzik. diff --git a/tests/Makefile.am b/tests/Makefile.am index baf1d227..3c856168 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 diff --git a/tests/Makefile.in b/tests/Makefile.in index b52aeb20..ebcc5ba9 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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.