зеркало из https://github.com/mozilla/pjs.git
Sync pr/src/Makefile* INCLUDES with subdirs so that parallel builds work again. Bug #31365
This commit is contained in:
Родитель
7ba55fdebd
Коммит
1289d39511
|
@ -377,7 +377,7 @@ endif
|
|||
# Version information generation (begin)
|
||||
#
|
||||
ECHO = echo
|
||||
INCLUDES = -I$(DIST)/include
|
||||
INCLUDES = -I$(DIST)/include -I$(MOD_DEPTH)/pr/include -I$(MOD_DEPTH)/pr/include/private
|
||||
TINC = $(OBJDIR)/_pr_bld.h
|
||||
|
||||
ifeq ($(OS_TARGET),OS2)
|
||||
|
|
|
@ -385,7 +385,7 @@ endif
|
|||
# Version information generation (begin)
|
||||
#
|
||||
ECHO = echo
|
||||
INCLUDES = -I$(DIST)/include
|
||||
INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
|
||||
TINC = $(OBJDIR)/_pr_bld.h
|
||||
PROD = $(notdir $(SHARED_LIBRARY))
|
||||
NOW = $(MOD_DEPTH)/config/$(OBJDIR)/now
|
||||
|
|
Загрузка…
Ссылка в новой задаче