]> granicus.if.org Git - apache/commitdiff
Suexec is compiled to the builddir, not the source dir.
authorRyan Bloom <rbb@apache.org>
Tue, 2 Oct 2001 21:53:33 +0000 (21:53 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 2 Oct 2001 21:53:33 +0000 (21:53 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91246 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 5bba7f5ea4515f14b8cc5bbb7eaa0c2ae4f19584..6c66c8a00213532c833b4549226d7870bae66341 100644 (file)
@@ -138,7 +138,7 @@ install-man:
 install-suexec:
        @if test -f $(builddir)/support/suexec; then \
             test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir); \
-            $(INSTALL_PROGRAM) $(srcdir)/support/suexec $(sbindir); \
+            $(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(sbindir); \
             chmod 4755 $(sbindir)/suexec; \
        fi