*** modsecurity-apache_2.7.0/apache2/Makefile.in 2012-10-25 22:02:43.806624435 +0000 --- modsecurity-apache_2.7.0/apache2/Makefile.in.new 2012-10-25 22:03:24.306405027 +0000 *************** *** 878,888 **** install-exec-hook: $(pkglib_LTLIBRARIES) @echo "Removing unused static libraries..."; \ for m in $(pkglib_LTLIBRARIES); do \ base=`echo $$m | sed 's/\..*//'`; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ ! cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: --- 878,888 ---- install-exec-hook: $(pkglib_LTLIBRARIES) @echo "Removing unused static libraries..."; \ for m in $(pkglib_LTLIBRARIES); do \ base=`echo $$m | sed 's/\..*//'`; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ ! install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: