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
Please register or sign in to comment