diff options
Diffstat (limited to 'test')
-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 |