summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/Makefile.in b/strings/Makefile.in
index 1871bb83f..2c10f2c23 100644
--- a/strings/Makefile.in
+++ b/strings/Makefile.in
@@ -5,8 +5,9 @@ RM=@RM@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
+DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCDIR=../include
-INCLUDES=-I$(INCDIR)
+INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)
MKDEP=../helpers/mkdep.sh
OBJS=apr_cpystrn.o \