]> granicus.if.org Git - apache/commitdiff
fix syntax error in module installation command
authorJeff Trawick <trawick@apache.org>
Fri, 18 May 2001 08:55:17 +0000 (08:55 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 18 May 2001 08:55:17 +0000 (08:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89148 13f79535-47bb-0310-9956-ffa450edef68

build/special.mk

index 3d974f1a727d957fcc5c9699d8d80ca2dcea7af8..2ca571a11434307569b1343acf0c2746f7582eeb 100644 (file)
@@ -66,7 +66,7 @@ install-modules:
        has_mod_so=`echo $$builtin|sed 's/^.*mod_so.*$$/has_mod_so/'`; \
        if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \
                $(MKINSTALLDIRS) $(libexecdir); \
-               @list='$(shared)'; \
+               list='$(shared)'; \
                for i in $$list; do \
                        $(SH_LIBTOOL) --mode=install cp $$i $(libexecdir); \
                done; \