Deleted tests from the default definition of DIRS, since it gets duplicated if ENABLE_TESTS is defined.

This commit is contained in:
briano%netscape.com 1999-07-07 02:06:36 +00:00
Родитель d10a0135e6
Коммит 6491b5726f
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -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
@ -15,20 +14,18 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src prefs build resources tests
DIRS = public src prefs build resources
ifdef ENABLE_TESTS
DIRS += tests
DIRS += tests
endif
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk