Explorar o código

[Scripts] Include dependency file for .c in Makefile.Test

Isaku Yamahata %!s(int64=4) %!d(string=hai) anos
pai
achega
07722756e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Scripts/Makefile.Test

+ 1 - 0
Scripts/Makefile.Test

@@ -58,6 +58,7 @@ pal_loader:
 	ln -sf $(RUNTIME)/pal_loader
 
 ifeq ($(filter %clean,$(MAKECMDGOALS)),)
+include $(wildcard *.d)
 ifeq ($(SGX),1)
 include $(addsuffix .manifest.sgx.d,$(patsubst %.manifest,%,$(exec_target)))
 endif