Removing obsolete include/ from build.

Bug #199920
This commit is contained in:
seawood%netscape.com 2003-04-04 07:28:20 +00:00
Родитель 518e6b2fd2
Коммит 003c4b1e0b
3 изменённых файлов: 2 добавлений и 4 удалений

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

@ -89,7 +89,6 @@ DIRS += $(tier_99_dirs)
tier_0_dirs = \
config \
build \
include \
$(NULL)
#

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

@ -51,7 +51,6 @@ config/Makefile
config/autoconf.mk
config/mkdepend/Makefile
config/doxygen.cfg
include/Makefile
"
if [ "$MOZ_COMPOSER" ]; then

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

@ -16,8 +16,8 @@
# Copyright (C) 2000-2002 Christopher Seawood. All Rights Reserved.
#
#
BUILD_MODULE_DIRS := config build include
BUILD_MODULE_CVS = config build include
BUILD_MODULE_DIRS := config build
BUILD_MODULE_CVS = config build
# client.mk does not have topsrcdir set
ifndef topsrcdir