diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-31 20:04:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-31 20:04:06 +0000 |
commit | cb541816c38002819204632c160bf8b945531940 (patch) | |
tree | bbe7e8f1353cc4eef5a926719c4693bb04d672f2 | |
parent | 5abd49d92cd09cbe002257bb972f8f962b295e3b (diff) |
Allow 'make clean' on the test stuff to work with the new config system.
-Erik
-rw-r--r-- | test/Makefile | 2 | ||||
-rw-r--r-- | test/Rules.mak | 2 |
2 files changed, 2 insertions, 2 deletions
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 |