summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>1999-12-19 18:10:05 +0000
committerDavid Reid <dreid@apache.org>1999-12-19 18:10:05 +0000
commit69e4bdad023accccc6c140e063f3230d3cc63e3a (patch)
treed32b3742624c374ec203292833d1f4daf2f46c80 /mmap
parent9767f87ed1725c7f33e25a7ab198e19d90dcc846 (diff)
downloadapr-69e4bdad023accccc6c140e063f3230d3cc63e3a.tar.gz
The compiler for PowerPC versions of BeOS is about as pedantic as
I've ever seen so this set of patches gets it working with no niggles. The autoconf also gives answers that don't work so these are set to get around this problem. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/beos/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/mmap/beos/Makefile.in b/mmap/beos/Makefile.in
index 5aaf9cd24..e0d116f85 100644
--- a/mmap/beos/Makefile.in
+++ b/mmap/beos/Makefile.in
@@ -9,9 +9,8 @@ RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
-INCDIR=../../inc
-INCDIR1=../../include -I../../file_io/unix
-INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.
+INCDIR=../../include -I../../file_io/unix
+INCLUDES=-I$(INCDIR) -I.
LIB=libmmap.a