From 4ece13d3d78ff465e1dbb11fa3f1e47c3b55668d Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 29 Mar 2004 00:11:42 +0000 Subject: [PATCH] mod_so shows up in BUILTIN_LIBS differently now 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/special.mk b/build/special.mk index f6ee267578..87a2e67bcb 100644 --- a/build/special.mk +++ b/build/special.mk @@ -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 \ -- 2.50.1