From: Joe Orton Date: Fri, 10 Jun 2005 11:09:10 +0000 (+0000) Subject: * Makefile.in (install-build): Fix variable names. X-Git-Tag: 2.1.5~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99351e7f70b4629d79cb7f4e3e2ad09ddd5bfce6;p=apache * Makefile.in (install-build): Fix variable names. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189939 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index b7f2b7227b..f9a297767a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,8 +92,8 @@ install-build: $(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) + @$(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