diff options
Diffstat (limited to 'strings/Makefile.in')
-rw-r--r-- | strings/Makefile.in | 3 |
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 \ |