diff options
Diffstat (limited to 'share/autoinclude/general-rules.bld')
-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 | { |