Sync pr/src/Makefile* INCLUDES with subdirs so that parallel builds work again. Bug #31365
git-svn-id: svn://10.0.0.236/trunk@81352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user