X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=samples%2FMakefile;h=6c94495f5d4f46b190b5705b88856474d5d0fa50;hb=dfb7c0f24d7df8b6de735d730ba0465fc5d7c775;hp=74094aeae8909f15a298996723bcfce4c4268f2b;hpb=a6b04f6e97b59ca0ad1cc98dbd91ad600c0414a8;p=cc65 diff --git a/samples/Makefile b/samples/Makefile index 74094aeae..6c94495f5 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -51,7 +51,7 @@ ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),) # If TARGET_PATH contains spaces then it is presumed to contain escaped spaces. GNU make # has very limited support for paths containing spaces. $(wildcard) is the only function # that is aware of escaped spaces. However, $(wildcard) never returns paths with escaped - # spaces !!! So if it e.g. finds in a path with 2 spaces 4 files then one ends up with a + # spaces !!! So if it e.g. finds 4 files in a path with 2 spaces then one ends up with a # return value consisting of 12 plain words :-(( # # Fortunately we can work around that behaviour here because we know that the files we