mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
![]() The '.d' files that are generated by CDT, contain 'file_name.d: file_name.cpp file_name.h' type of target prerequisite relations. However, to get benefit of the dependency mechanism, this should be something like 'file_name.o: file_name.cpp file_name.h'. Therefore, we need to change ''options[3] = "-MT\"$(@:%.o=%.d)\"";'' as 'options[3] = "-MT\"$(@)\"";' Also update the test cases. Change-Id: Iee829a8564e1b134905ee06a8a4b76a1e3b30ecc Signed-off-by: ocagdas <ocagdas@yahoo.com> |
||
---|---|---|
.. | ||
.settings | ||
icons | ||
META-INF | ||
resources | ||
suite/org/eclipse/cdt/managedbuilder | ||
testdata | ||
tests/org/eclipse/cdt | ||
.classpath | ||
.cvsignore | ||
.project | ||
about.html | ||
build.properties | ||
ChangeLog | ||
plugin.properties | ||
plugin.xml | ||
pom.xml |