mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-29 13:00:45 +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:
parent
267899bfb6
commit
c4848ffeed
3 changed files with 0 additions and 4 deletions
|
|
@ -16,7 +16,6 @@ LDLIBS := $(LIB)
|
|||
TARGETS := $(LIB) $(BIN)
|
||||
|
||||
include ../Makefile.inc
|
||||
include $(DEP)
|
||||
|
||||
all: $(TARGETS)
|
||||
.PHONY: all
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ PID = $(TST:%=%.pid)
|
|||
OUT = $(TST:%=%.out)
|
||||
|
||||
include ../Makefile.inc
|
||||
include $(DEP)
|
||||
|
||||
all: $(TST)
|
||||
install: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue