From cb541816c38002819204632c160bf8b945531940 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 31 Oct 2002 20:04:06 +0000 Subject: Allow 'make clean' on the test stuff to work with the new config system. -Erik --- test/Makefile | 2 +- test/Rules.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 5fa5baf73..f38e42d7a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,7 +17,7 @@ # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA TOPDIR=../ -include $(TOPDIR)Config +-include $(TOPDIR).config .EXPORT_ALL_VARIABLES: diff --git a/test/Rules.mak b/test/Rules.mak index 46e82f3fa..8990d2c3d 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -6,7 +6,7 @@ #Note: This does not read the top level Rules.mak file # -include $(TESTDIR)../Config +-include $(TESTDIR)../.config include $(TESTDIR)Config -- cgit v1.2.3