summaryrefslogtreecommitdiff
path: root/build/special.mk
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-01-19 20:37:47 +0000
committerJoe Orton <jorton@apache.org>2004-01-19 20:37:47 +0000
commitbc77dda9ea3d5335127e48859f616b30acc6fbed (patch)
treee67ec4145c9e68be17bb4f789cabf48c6f88461c /build/special.mk
parentd75d474ebbb553464f6b20e1b2f6846626ce8a9a (diff)
downloadhttpd-bc77dda9ea3d5335127e48859f616b30acc6fbed.tar.gz
* build/special.mk (install-modules): Remove redundant semi-colon.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/special.mk')
-rw-r--r--build/special.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/special.mk b/build/special.mk
index 06ff48b131..7689079f2b 100644
--- a/build/special.mk
+++ b/build/special.mk
@@ -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 \