diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 1999-12-19 18:10:05 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 1999-12-19 18:10:05 +0000 |
commit | bbf7b59470c7f8f17af766a77c627915d67efa98 (patch) | |
tree | d32b3742624c374ec203292833d1f4daf2f46c80 /misc | |
parent | 7dde78c30b335aff8ebe34562f02f4db88bb882d (diff) | |
download | libapr-bbf7b59470c7f8f17af766a77c627915d67efa98.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: http://svn.apache.org/repos/asf/apr/apr/trunk@59540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/beos/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/beos/Makefile.in b/misc/beos/Makefile.in index e1a40cf3e..64541e83f 100644 --- a/misc/beos/Makefile.in +++ b/misc/beos/Makefile.in @@ -8,10 +8,9 @@ RANLIB=@RANLIB@ CFLAGS=@CFLAGS@ @OPTIM@ LIBS=@LIBS@ LDFLAGS=@LDFLAGS@ $(LIBS) -INCDIR=../../inc -INCDIR1=../../include -INCDIR2=../../file_io/unix -INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I$(INCDIR2) -I. +INCDIR=../../include +INCDIR1=../../file_io/unix +INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I. LIB=libmisc.a |