diff --git a/test/zdtm/lib/Makefile b/test/zdtm/lib/Makefile index d0a667862..d2d9f1cc3 100644 --- a/test/zdtm/lib/Makefile +++ b/test/zdtm/lib/Makefile @@ -16,7 +16,6 @@ LDLIBS := $(LIB) TARGETS := $(LIB) $(BIN) include ../Makefile.inc -include $(DEP) all: $(TARGETS) .PHONY: all diff --git a/test/zdtm/static/Makefile b/test/zdtm/static/Makefile index bc501f45c..9b637d631 100644 --- a/test/zdtm/static/Makefile +++ b/test/zdtm/static/Makefile @@ -377,8 +377,6 @@ OUT = $(TST:%=%.out) STATE = $(TST_STATE:%=%.state) STATE_OUT = $(TST_STATE:%=%.out) -include $(DEP) - all: $(TST) criu-rtc.so install: all .PHONY: all install diff --git a/test/zdtm/transition/Makefile b/test/zdtm/transition/Makefile index ea4eb8639..35301ac85 100644 --- a/test/zdtm/transition/Makefile +++ b/test/zdtm/transition/Makefile @@ -39,7 +39,6 @@ PID = $(TST:%=%.pid) OUT = $(TST:%=%.out) include ../Makefile.inc -include $(DEP) all: $(TST) install: all