diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-12-21 23:52:22 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-12-21 23:52:22 +0000 |
commit | b87c8d2eb4f0c7fb25cee10e8fdb2c8331343f8c (patch) | |
tree | dfd82e31b0da2e48482f00fb3061dfdcd61e7c9d /share/autoinclude | |
parent | 97c0fcbbef19012f825cba0fc3f16037322ce84c (diff) | |
download | build-b87c8d2eb4f0c7fb25cee10e8fdb2c8331343f8c.tar.gz build-b87c8d2eb4f0c7fb25cee10e8fdb2c8331343f8c.tar.bz2 build-b87c8d2eb4f0c7fb25cee10e8fdb2c8331343f8c.tar.xz build-b87c8d2eb4f0c7fb25cee10e8fdb2c8331343f8c.zip |
Wow, that was aweful. There was a horrible problem with rule generated targets
not getting the variables from the parent target.
Diffstat (limited to 'share/autoinclude')
-rw-r--r-- | share/autoinclude/general-rules.bld | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/autoinclude/general-rules.bld b/share/autoinclude/general-rules.bld index 30a4376..95a5e0c 100644 --- a/share/autoinclude/general-rules.bld +++ b/share/autoinclude/general-rules.bld | |||
@@ -79,7 +79,6 @@ rule "cpp" | |||
79 | { | 79 | { |
80 | input "*.cpp"; | 80 | input "*.cpp"; |
81 | output INPUT.cppToObj(); | 81 | output INPUT.cppToObj(); |
82 | // output replace(".cpp", ".o"); | ||
83 | requires getMakeDeps("${CXX} ${CXXFLAGS} -M ${INPUT}"); | 82 | requires getMakeDeps("${CXX} ${CXXFLAGS} -M ${INPUT}"); |
84 | profile "build" | 83 | profile "build" |
85 | { | 84 | { |