Browse Source

Allow 'make clean' on the test stuff to work with the new config system.
-Erik

Eric Andersen 21 years ago
parent
commit
cb541816c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      test/Makefile
  2. 1 1
      test/Rules.mak

+ 1 - 1
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:
 

+ 1 - 1
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