drop double-/ as path-delimiter

This commit is contained in:
IOhannes m zmölnig 2020-03-08 22:10:52 +01:00
parent e2cf0bdce3
commit f148feecff

View file

@ -9,7 +9,7 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
buildcheck installcheck: $(makefiledirs) buildcheck installcheck: $(makefiledirs)
runcheck: runcheck:
PDBINDIR=$(PDBINDIR) ./test-patches.sh $(makefiledirs:%=%/*.pd) PDBINDIR=$(PDBINDIR) ./test-patches.sh $(makefiledirs:%=%*.pd)
projects: projects:
@echo $(makefiledirs) @echo $(makefiledirs)