Commit 3e4683db authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix support Makefile:

1. $(INCLUDES) on the linking (x.o -> x) step is bogus.
   This is only needed in the compile (x.c -> x.o) step
   and is already done in the implicit target .c.o

2. Because suexec.c now includes conf.h a "make suexec"
   is broken because we don't provide $(INCLUDES) for
   the all-in-one step (x.c -> x). So at least we have
   to provide the rule for suexec.o -> suexec.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81186 13f79535-47bb-0310-9956-ffa450edef68
parent e368c633
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment