summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-12-19 18:10:05 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-12-19 18:10:05 +0000
commitbbf7b59470c7f8f17af766a77c627915d67efa98 (patch)
treed32b3742624c374ec203292833d1f4daf2f46c80 /time
parent7dde78c30b335aff8ebe34562f02f4db88bb882d (diff)
downloadlibapr-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 'time')
-rw-r--r--time/unix/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/time/unix/Makefile.in b/time/unix/Makefile.in
index 09c60d05a..cc1a24a5a 100644
--- a/time/unix/Makefile.in
+++ b/time/unix/Makefile.in
@@ -9,9 +9,8 @@ RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
-INCDIR=../../inc
-INCDIR1=../../include
-INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.
+INCDIR=../../include
+INCLUDES=-I$(INCDIR) -I.
LIB=libtime.a