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:
cls%seawood.org
2000-10-18 05:01:29 +00:00
parent 8c2fb1d298
commit b959996186
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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