summaryrefslogtreecommitdiff
path: root/mmap/unix
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-11-09 07:13:42 +0000
committerRyan Bloom <rbb@apache.org>2000-11-09 07:13:42 +0000
commit3d2abf219c6c1627976635b24126d5d9041e8d9e (patch)
tree1a29d33d2eb99fbd42c2dae6ef9ffe05872346b9 /mmap/unix
parentd8c756d9876528017aa263bb3d678bb1e6e580b3 (diff)
downloadapr-3d2abf219c6c1627976635b24126d5d9041e8d9e.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: https://svn.apache.org/repos/asf/apr/apr/trunk@60664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix')
-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