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:
parent
547080920b
commit
c417e45ea8
@ -308,8 +308,6 @@ endif
|
||||
|
||||
endif
|
||||
|
||||
EXPORTS = mozilla-config.h
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(BUILD_MODULES),all)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user