OSDN Git Service

Allow 'make clean' on the test stuff to work with the new config system.
authorEric Andersen <andersen@codepoet.org>
Thu, 31 Oct 2002 20:04:06 +0000 (20:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 31 Oct 2002 20:04:06 +0000 (20:04 -0000)
 -Erik

test/Makefile
test/Rules.mak

index 5fa5baf..f38e42d 100644 (file)
@@ -17,7 +17,7 @@
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
 TOPDIR=../
-include $(TOPDIR)Config
+-include $(TOPDIR).config
 
 .EXPORT_ALL_VARIABLES:
 
index 46e82f3..8990d2c 100644 (file)
@@ -6,7 +6,7 @@
 #Note: This does not read the top level Rules.mak file
 #
 
-include $(TESTDIR)../Config
+-include $(TESTDIR)../.config
 include $(TESTDIR)Config