Revert "test/make: Include .d files"

This reverts commit dcafa78b96.

I've found that we already include deps in Makefile.inc,
was to fast on the first attempt and overlooked this.
(the include just doesn't work like it should yet..)

The origin patch may be just dropped before preparing master's merge.

Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Dmitry Safonov 2018-04-30 19:41:56 +01:00 committed by Andrei Vagin
parent 267899bfb6
commit c4848ffeed
3 changed files with 0 additions and 4 deletions

View file

@ -16,7 +16,6 @@ LDLIBS := $(LIB)
TARGETS := $(LIB) $(BIN)
include ../Makefile.inc
include $(DEP)
all: $(TARGETS)
.PHONY: all

View file

@ -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

View file

@ -39,7 +39,6 @@ PID = $(TST:%=%.pid)
OUT = $(TST:%=%.out)
include ../Makefile.inc
include $(DEP)
all: $(TST)
install: all