From 500c479344c5b3c000eb994417d580691372da55 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 28 Oct 1998 00:43:36 +0000 Subject: [PATCH] * Makefile.am (distclean-local): Typo fix. --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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. -- 2.43.5