summaryrefslogtreecommitdiff
path: root/dso
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-02-12 20:45:59 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-02-12 20:45:59 +0000
commit7f769c097ec6258f83f5befcabf0ed38b13501ba (patch)
tree67d6d19aa131f68385b8ba956e057aa565b9c5cf /dso
parentfbcd6bd1504af709c89f2151616de7d5ebb7ea05 (diff)
downloadlibapr-7f769c097ec6258f83f5befcabf0ed38b13501ba.tar.gz
standardize the include path in the OS/390 dso directory to get rid of an
annoying warning message git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso')
-rw-r--r--dso/os390/Makefile.in4
-rw-r--r--dso/os390/dso.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/dso/os390/Makefile.in b/dso/os390/Makefile.in
index 1fed55114..fe018d7d4 100644
--- a/dso/os390/Makefile.in
+++ b/dso/os390/Makefile.in
@@ -5,6 +5,8 @@ TARGETS = dso.lo
@INCLUDE_RULES@
INCDIR=../../include
-INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch
+OSDIR=$(INCDIR)/arch/@OSDIR@
+DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
+INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
# DO NOT REMOVE
diff --git a/dso/os390/dso.c b/dso/os390/dso.c
index 24d42844b..81fa70389 100644
--- a/dso/os390/dso.c
+++ b/dso/os390/dso.c
@@ -53,7 +53,7 @@
*/
#include "apr_strings.h"
-#include "os390/dso.h"
+#include "dso.h"
#include <errno.h>
#include <string.h>