]> 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)
commit05de3e2fca5fd4f4aa73b5f7e27fc768313a3243
tree0aa298452d8cc412c903b9a648e3efdce3748a43
parent31a5783e5e0e0e6268a9a4f62954416cd21c2764
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