diff options
-rw-r--r-- | build/special.mk | 2 |
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 \ |