summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 07:13:42 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 07:13:42 +0000
commit70f1f08775a08e03f4a7823c7ed42da4ddb8d6dc (patch)
tree1a29d33d2eb99fbd42c2dae6ef9ffe05872346b9 /mmap
parent122e37e4ea24cea9cd65f9ffaffaa1c9c213a62f (diff)
downloadlibapr-70f1f08775a08e03f4a7823c7ed42da4ddb8d6dc.tar.gz
Tie up some loose ends that fell through the cracks while I was fixing
things the first time. The server compiles again after this change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in
index 2677f3e77..577d5da36 100644
--- a/mmap/unix/Makefile.in
+++ b/mmap/unix/Makefile.in
@@ -10,8 +10,7 @@ CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
INCDIR=../../include
-INCDIR1=../../file_io/@OSDIR@
-INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.
+INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch
LIB=libmmap.a
@@ -61,5 +60,5 @@ mmap.o: mmap.c $(INCDIR)/apr.h $(INCDIR)/apr_private.h \
$(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h \
$(INCDIR)/apr_portable.h $(INCDIR)/apr_thread_proc.h \
$(INCDIR)/apr_lock.h $(INCDIR)/apr_dso.h \
- ../../file_io/unix/fileio.h $(INCDIR)/apr_lib.h \
- $(INCDIR)/apr_pools.h $(INCDIR)/apr_tables.h
+ $(INCDIR)/arch/unix/fileio.h $(INCDIR)/apr_tables.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/apr_pools.h