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

Fix support Makefile:

- OBJS needs to be declared manually here, because Configure
  does not set it but our `$(OBJS): Makefile' dependency
  line needs OBJS to be defined. If not at least HP/UX make
  complains.

- consistently use $(LDFLAGS) and $(LIBS) even if not
  really needed for rotatelogs

- move TARGETS define in front of the targets itsself
  because some Make variants don't like defines in the
  middle of the targets section


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80502 13f79535-47bb-0310-9956-ffa450edef68
parent b5e9bfab
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