]> granicus.if.org Git - apache/commitdiff
Make sure that the runtimedir is created by make install.
authorJeff Trawick <trawick@apache.org>
Tue, 21 May 2002 11:42:34 +0000 (11:42 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 21 May 2002 11:42:34 +0000 (11:42 +0000)
PR: 9233

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95200 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index ed4085dfac4cf156104a17c042b30f17dab3fd16..48399aa3a6555729c1cb90af36d68680fbb5c703 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.37
 
+  *) Make sure that the runtime dir is created by make install.
+     PR 9233.  [Jeff Trawick]
+
   *) Fix an unusual set of ./configure arguments that could cause
      mod_http to be built as a DSO, which it currently doesn't
      support.  PR 9244.
index be40dc4bf765c8152b8cc921dff4c7dfa66f5f00..c83ec890fce0a786909d1a5683ef5e83bfa6c105 100644 (file)
@@ -131,6 +131,7 @@ install-cgi:
 
 install-other:
        @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir)
+       @test -d $(runtimedir) || $(MKINSTALLDIRS) $(runtimedir)
        @for ext in dll x; do \
                file=apachecore.$$ext; \
                if test -f $$file; then \