From 912ef1f4dc63c7b307fbe1cb30b14393d9bddfdd Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 31 Mar 1999 22:58:07 +0000 Subject: [PATCH] Only descend into tests if ENABLE_TESTS is set. git-svn-id: svn://10.0.0.236/trunk@25757 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/libxpt/xptinfo/Makefile.in | 9 +++++---- mozilla/xpcom/reflect/xptinfo/Makefile.in | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/mozilla/xpcom/libxpt/xptinfo/Makefile.in b/mozilla/xpcom/libxpt/xptinfo/Makefile.in index 9317f622555..a2d215b0421 100644 --- a/mozilla/xpcom/libxpt/xptinfo/Makefile.in +++ b/mozilla/xpcom/libxpt/xptinfo/Makefile.in @@ -1,4 +1,3 @@ -#!gmake # The contents of this file are subject to the Netscape Public License # Version 1.0 (the "NPL"); you may not use this file except in # compliance with the NPL. You may obtain a copy of the NPL at @@ -14,15 +13,17 @@ # Copyright (C) 1999 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = ../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src +DIRS = public src -DIRS += tests +ifdef ENABLE_TESTS +DIRS += tests +endif include $(topsrcdir)/config/rules.mk diff --git a/mozilla/xpcom/reflect/xptinfo/Makefile.in b/mozilla/xpcom/reflect/xptinfo/Makefile.in index 9317f622555..a2d215b0421 100644 --- a/mozilla/xpcom/reflect/xptinfo/Makefile.in +++ b/mozilla/xpcom/reflect/xptinfo/Makefile.in @@ -1,4 +1,3 @@ -#!gmake # The contents of this file are subject to the Netscape Public License # Version 1.0 (the "NPL"); you may not use this file except in # compliance with the NPL. You may obtain a copy of the NPL at @@ -14,15 +13,17 @@ # Copyright (C) 1999 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = ../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ VPATH = @srcdir@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src +DIRS = public src -DIRS += tests +ifdef ENABLE_TESTS +DIRS += tests +endif include $(topsrcdir)/config/rules.mk