From 30d100bceb15f66c76b2c7caaa1910401b54678a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 10 Jun 2005 09:18:14 +0000 Subject: [PATCH] * Makefile.in (install-build): Install mkdir.sh since it's used by the installed special.mk now; install instdso.sh as 0755. * support/apxs.in: Fix Makefile template created by -g. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189928 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 4 +++- support/apxs.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b0ef7622dd..b7f2b7227b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,9 +89,11 @@ install-build: @echo Installing build system files @$(MKINSTALLDIRS) $(DESTDIR)$(installbuilddir) @for f in $(top_srcdir)/build/*.mk build/*.mk \ - $(top_srcdir)/build/instdso.sh $(top_builddir)/config.nice; do \ + $(top_builddir)/config.nice; do \ $(INSTALL_DATA) $$f $(DESTDIR)$(installbuilddir); \ done + @(INSTALL_PROGRAM) $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir) + @(INSTALL_PROGRAM) $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir) @sed "/^LIBTOOL/s#/[^ ]*/libtool \(.*\)#`$(APR_CONFIG) --apr-libtool` $(LTFLAGS)#" \ build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk diff --git a/support/apxs.in b/support/apxs.in index f1a5a3c900..7b5316fad6 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -662,7 +662,7 @@ APACHECTL=apachectl all: local-shared-build # install the shared object file into Apache -install: install-modules +install: install-modules-yes # cleanup clean: -- 2.40.0