Commit 80ebcf59 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix syntax error in module installation command


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89148 13f79535-47bb-0310-9956-ffa450edef68
parent ec65ceea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \