]> granicus.if.org Git - apache/commitdiff
mod_so shows up in BUILTIN_LIBS differently now
authorJeff Trawick <trawick@apache.org>
Mon, 29 Mar 2004 00:11:42 +0000 (00:11 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 Mar 2004 00:11:42 +0000 (00:11 +0000)
this fixes "make install" processing of DSOs

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

build/special.mk

index f6ee26757817a2e7310b6c8ee82f32bdc35ce2f8..87a2e67bcbd0de7d6a1d090c0b86d87504dc5242 100644 (file)
@@ -25,7 +25,7 @@ INSTALL_TARGETS = install-modules
 install-modules:
        @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
        @builtin='$(BUILTIN_LIBS)'; \
-       has_mod_so=`echo $$builtin|sed 's/^.*libso.*$$/has_mod_so/'`; \
+       has_mod_so=`echo $$builtin|sed 's/^.*libmod_so.*$$/has_mod_so/'`; \
        if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \
                list='$(shared)'; \
                for i in $$list; do \