]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
exports.c was dependent upon delete-exports, but that dependency will always
authorGreg Stein <gstein@apache.org>
Wed, 20 Dec 2000 10:19:06 +0000 (10:19 +0000)
committerGreg Stein <gstein@apache.org>
Wed, 20 Dec 2000 10:19:06 +0000 (10:19 +0000)
commit5aad977e9e5b2ff915e5bb97e891e80b31d81f9c
tree0aa298452d8cc412c903b9a648e3efdce3748a43
parent633893ad26e740f4c56850cf7df53a1c825437fb
exports.c was dependent upon delete-exports, but that dependency will always
fail since there is no delete-exports file (thus, exports.c would always get
regenerated, recompiled, and relinked). Instead, we move the delete-exports
target "up" to the "all" target. However, ltlib.mk doesn't allow us to add
things to the "all" target, so we also revise the set of .mk files to use.

also use TARGET_EXPORTS consistently.

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