]> granicus.if.org Git - apache/commitdiff
fix a broken build when no <prefix>/conf/ directory exists.
authorGreg Ames <gregames@apache.org>
Fri, 19 Jul 2002 20:16:55 +0000 (20:16 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 19 Jul 2002 20:16:55 +0000 (20:16 +0000)
Submitted by: Karl Fogel
Reviewed by: Greg Ames

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

Makefile.in

index 29d7437d0c6d798df97b12dd9ef4cecaf8a7d2e3..f36f72ffa048ac5584b59a15d5d405c2ef671e53 100644 (file)
@@ -28,7 +28,7 @@ include $(top_srcdir)/build/program.mk
 
 install-conf:
        @echo Installing configuration files ; \
-       if [ -d $(DESTDIR)$(sysconfdir) ]; then \
+       if [ -d $(DESTDIR)$(sysconfdir) ]; then \
            $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) ; \
        fi ; \
        cd $(top_srcdir)/docs/conf; \