mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fixed generation of makefile dependencies for C++ sources
svn path=/trunk/; revision=40539
This commit is contained in:
parent
5a11fa5fa1
commit
164264821a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue