Skip to content

Commit

Permalink
Update deps.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Jun 3, 2024
1 parent 2399c74 commit a4df548
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/make/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ $1 = $$(if $$(or $$(.sources-changed),$$(and $$(.mkfiles-changed),$$(call .trigg
dep-gen-enhanced-common = $(call $(SELF),$1 $(.copt-gen-deps)) && $(.keep-raw-deps) sed -n $(sed.-i) $(sed.fix-deps) $(sed.rm-abs-paths) -e '/./{ p; $(sed.mk-phony-targets)}' $(.dep-file-tmp)
dep-gen-enhanced.icc = $(dep-gen-enhanced-common)
dep-gen-enhanced.icl = $(dep-gen-enhanced-common)
dep-gen-enhanced.icx = $(dep-gen-enhanced-common) #$(if $(COMPILER_is_vc),,$(dep-gen-enhanced-common))
dep-gen-enhanced.icx = $(if $(COMPILER_is_vc),,$(dep-gen-enhanced-common))
dep-gen-enhanced.g++ = $(dep-gen-enhanced-common)
dep-gen-enhanced.dpcpp = $(if $(OS_is_win),,$(dep-gen-enhanced-common))
cmd-enhanced-with-dep-gen = $(or $(dep-gen-enhanced.$(call get-command-name,$($(SELF)))),$($(SELF)))

$(call .inject.dep.gen, C.COMPILE, $$(cmd-enhanced-with-dep-gen))
Expand Down

0 comments on commit a4df548

Please sign in to comment.