]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
rules.mk: output directly to target for LT_COMPILE
authorJacob Champion <jchampion@apache.org>
Thu, 25 May 2017 21:18:28 +0000 (21:18 +0000)
committerJacob Champion <jchampion@apache.org>
Thu, 25 May 2017 21:18:28 +0000 (21:18 +0000)
commitd8d6987036f878cbc6a62c907c5f3ce96c674524
tree2f4e577006c08fc1293ada6b3348dcae83e3bc29
parent3a84fd2a658991dde80a9661f2f50d82c5499e1a
rules.mk: output directly to target for LT_COMPILE

For source files that exist in another directory, libtool will by
default put the output file in the current working directory instead of
next to the source file. Our build logic would then `touch` an empty
output file in the place where the actual output should have gone.

Replace the touch logic with an explicit -o option to libtool.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpdunit@1796200 13f79535-47bb-0310-9956-ffa450edef68
build/rules.mk.in