mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fixed generation of makefile dependencies for C++ sources
svn path=/trunk/; revision=40539
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user