]> granicus.if.org Git - apache/commitdiff
* build/special.mk (install-modules): Remove redundant semi-colon.
authorJoe Orton <jorton@apache.org>
Mon, 19 Jan 2004 20:37:47 +0000 (20:37 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 19 Jan 2004 20:37:47 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102379 13f79535-47bb-0310-9956-ffa450edef68

build/special.mk

index 06ff48b131a410415880ca5f31367f9d1b98549e..7689079f2bfde7605e1e60a4a333bb68c7fe2025 100644 (file)
@@ -62,7 +62,7 @@ SHARED_TARGETS = $(shared)
 INSTALL_TARGETS = install-modules
 
 install-modules:
-       @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir);
+       @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
        @builtin='$(BUILTIN_LIBS)'; \
        has_mod_so=`echo $$builtin|sed 's/^.*mod_so.*$$/has_mod_so/'`; \
        if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \