2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

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 7dc930c951
commit bf455467cf
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

@@ -365,8 +365,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

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