From f148feecff0a9e20a5edd644072b16f4f4481a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 8 Mar 2020 22:10:52 +0100 Subject: [PATCH] drop double-/ as path-delimiter --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index dfc84ce..53b261c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder buildcheck installcheck: $(makefiledirs) runcheck: - PDBINDIR=$(PDBINDIR) ./test-patches.sh $(makefiledirs:%=%/*.pd) + PDBINDIR=$(PDBINDIR) ./test-patches.sh $(makefiledirs:%=%*.pd) projects: @echo $(makefiledirs)