Add patterns to catch: "CodeSamples/defer/data/OLD-3a20/2007.11.19a/rwlockRCUperfdbg.eps" and similar. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73b64e12..990ffe9e 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,9 @@ EPSSOURCES_DUP := \ EPSSOURCES_OLD := \ $(wildcard CodeSamples/*/*/OLD-*/*.eps) \ - $(wildcard CodeSamples/*/*/*/OLD-*/*.eps) + $(wildcard CodeSamples/*/*/OLD-*/*/*.eps) \ + $(wildcard CodeSamples/*/*/*/OLD-*/*.eps) \ + $(wildcard CodeSamples/*/*/*/OLD-*/*/*.eps) EPSSOURCES := $(sort $(filter-out $(EPSSOURCES_OLD),$(filter-out $(OBSOLETE_FILES),$(EPSSOURCES_DUP)))) -- 2.17.1