diff options
author | dougm <dougm@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-11 19:57:30 +0000 |
---|---|---|
committer | dougm <dougm@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-11 19:57:30 +0000 |
commit | 28e3557511e710251f8f44cce3bf42972a594a63 (patch) | |
tree | 5ac6bb9473d3a741e8e2f1e529515d54173196af /mmap/unix | |
parent | 4aadc6ae2c8b069b3233848470ee43486c9ba2fb (diff) | |
download | libapr-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/unix')
-rw-r--r-- | mmap/unix/Makefile.in | 2 |
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. |