Kaydet (Commit) 9cf309c4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

There is no gb_Object__command_deponcompile and we do deps another way anyway

üst 2653715b
......@@ -277,7 +277,6 @@ $(call gb_Helper_abbreviate_dirs_native,\
$(INCLUDE) \
-c $(realpath $(3)) \
-Fo$(1)) $(call gb_create_deps,$(1),$(4),$(realpath $(3)))
$(call gb_Object__command_deponcompile,$(1),$(4),$(3),$(DEFS),$(T_CFLAGS),$(INCLUDE))
endef
......@@ -298,7 +297,6 @@ $(call gb_Helper_abbreviate_dirs_native,\
$(INCLUDE_STL) $(INCLUDE) \
-c $(realpath $(3)) \
-Fo$(1)) $(call gb_create_deps,$(1),$(4),$(realpath $(3)))
$(call gb_Object__command_deponcompile,$(1),$(4),$(3),$(DEFS),$(T_CXXFLAGS),$(INCLUDE))
endef
......@@ -350,7 +348,6 @@ $(call gb_Helper_abbreviate_dirs_native,\
mkdir -p $(dir $(1)) $(dir $(4)) && \
$(ML_EXE) $(gb_AFLAGS) -D$(COM) /Fo$(1) $(3)) && \
echo "$(1) : $(realpath $(3))" > $(4)
$(call gb_Object__command_deponcompile,$(1),$(4),$(3),,,)
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment