summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-27 03:35:51 +0000
committerRyan Bloom <rbb@apache.org>2001-08-27 03:35:51 +0000
commit290abd5a65ec19afe41e17f5c8a5de5a74dfe949 (patch)
treee08c9af0147311b18cb4854d3a36e29d9195a065 /Makefile.in
parentea0f387cda8c43294cf250ac654cb51603ccd6b5 (diff)
downloadhttpd-290abd5a65ec19afe41e17f5c8a5de5a74dfe949.tar.gz
Fix a typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 50d83d7862..7f7df64523 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,7 +52,7 @@ install-build:
@echo Installing build system files
@test -d $(installbuilddir) || $(MKINSTALLDIRS) $(installbuilddir)
@sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
- config_vars.mk > $(installbuilddir)config_vars.mk; \
+ config_vars.mk > $(installbuilddir)/config_vars.mk; \
cp build/*.mk $(installbuilddir); \
cp srclib/apr/libtool $(installbuilddir); \
if test -f srclib/apr/shlibtool; then \