summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-02 13:01:40 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-12-02 13:01:40 +0000
commit19188d96a23689c6e93a67f992a5490702ef277a (patch)
treea9fb6a51a84001e0f53e7e6739271559c361a87c /threadproc
parent39922a2888d6531e3da65260cbd00771dc9f5455 (diff)
downloadlibapr-19188d96a23689c6e93a67f992a5490702ef277a.tar.gz
Argh - correct my eariler attempt to get this building.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/beos/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/beos/Makefile.in b/threadproc/beos/Makefile.in
index 7f3e4153a..0d63b7794 100644
--- a/threadproc/beos/Makefile.in
+++ b/threadproc/beos/Makefile.in
@@ -6,7 +6,7 @@ LDFLAGS=@LDFLAGS@ $(LIBS)
INCDIR=../../include
OSDIR=$(INCDIR)/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
-INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch $(OSDIR) $(DEFOSDIR)
+INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch -I$(OSDIR) -I$(DEFOSDIR)
MKDEP=../../helpers/mkdep.sh
LIB=libthreadproc.a