summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authordougm <dougm@13f79535-47bb-0310-9956-ffa450edef68>2000-06-11 19:57:30 +0000
committerdougm <dougm@13f79535-47bb-0310-9956-ffa450edef68>2000-06-11 19:57:30 +0000
commit28e3557511e710251f8f44cce3bf42972a594a63 (patch)
tree5ac6bb9473d3a741e8e2f1e529515d54173196af /mmap
parent4aadc6ae2c8b069b3233848470ee43486c9ba2fb (diff)
downloadlibapr-28e3557511e710251f8f44cce3bf42972a594a63.tar.gz
trailing space caused build to break for me, remove it.
did somebody say it's sunny outside? PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in
index 950b9b366..f98c1ecf3 100644
--- a/mmap/unix/Makefile.in
+++ b/mmap/unix/Makefile.in
@@ -9,7 +9,7 @@ RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
-INCDIR=../../include
+INCDIR=../../include
INCDIR1=../../file_io/@OSDIR@
INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.