Export mozilla-config.h from config/ as the export phase is not always run on the toplevel Makefile.in.

git-svn-id: svn://10.0.0.236/trunk@130879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-10-01 07:53:25 +00:00
parent 547080920b
commit c417e45ea8
2 changed files with 1 additions and 3 deletions

View File

@ -308,8 +308,6 @@ endif
endif
EXPORTS = mozilla-config.h
include $(topsrcdir)/config/rules.mk
ifeq ($(BUILD_MODULES),all)

View File

@ -95,7 +95,7 @@ ifeq ($(OS_CONFIG),SunOS4.1)
NSPR_CFLAGS += -I$(srcdir)/../nsprpub/pr/include/md
endif
HEADERS = nsBuildID.h
HEADERS = nsBuildID.h $(DEPTH)/mozilla-config.h
ifeq ($(MOZ_OS2_TOOLS),VACPP)
HEADERS += $(srcdir)/os2/dirent.h
endif