Explorar o código

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

Eric Andersen %!s(int64=21) %!d(string=hai) anos
pai
achega
cb541816c3
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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