diff options
author | Ryan Bloom <rbb@apache.org> | 2001-09-14 00:19:13 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-09-14 00:19:13 +0200 |
commit | 60417f3f5fe16dbc1d1a1d6ddd4ced889c5fedbe (patch) | |
tree | 910ece69de5b5b0a8b5f7574d9ce3747e13d9713 /support/Makefile.in | |
parent | rules.mk is found in the builddir now. (diff) | |
download | apache2-60417f3f5fe16dbc1d1a1d6ddd4ced889c5fedbe.tar.xz apache2-60417f3f5fe16dbc1d1a1d6ddd4ced889c5fedbe.zip |
Allow make install to work when built with VPATH.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in index 5b0e88b08e..a0c2c7580c 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -13,7 +13,7 @@ include $(top_builddir)/build/rules.mk install: @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir) - @cp -p $(top_srcdir)/server/httpd.exp $(libexecdir) + @cp -p $(top_builddir)/server/httpd.exp $(libexecdir) @cp -p apachectl $(sbindir) chmod 755 $(sbindir)/apachectl @if test -f $(builddir)/apxs; then \ |