summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-06-10 11:09:10 +0000
committerJoe Orton <jorton@apache.org>2005-06-10 11:09:10 +0000
commit99351e7f70b4629d79cb7f4e3e2ad09ddd5bfce6 (patch)
tree6cc9922a2b56c05283ff964fe7047623742d105d /Makefile.in
parent30d100bceb15f66c76b2c7caaa1910401b54678a (diff)
downloadhttpd-99351e7f70b4629d79cb7f4e3e2ad09ddd5bfce6.tar.gz
* 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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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