Fixed generation of makefile dependencies for C++ sources

svn path=/trunk/; revision=40539
This commit is contained in:
KJK::Hyperion 2009-04-16 03:04:27 +00:00
parent 5a11fa5fa1
commit 164264821a

View file

@ -210,7 +210,7 @@ ifeq ($(ROS_BUILDDEPS),full)
${call RBUILD_intermediate_path_unique,$(1),$(2)}.o.d: $(2) | ${call RBUILD_intermediate_dir,$(2)}
$$(ECHO_DEPENDS)
$${gpp} -MF ${call RBUILD_cxxflags,$(1),$(4)} -M -MP -MT $$@ $$<
$${gpp} -MF $$@ ${call RBUILD_cxxflags,$(1),$(4)} -M -MP -MT $$@ $$<
-include ${call RBUILD_intermediate_path_unique,$(1),$(2)}.o.d