]> git.sur5r.net Git - cc65/commitdiff
Minor clarification.
authorOliver Schmidt <ol.sc@web.de>
Thu, 4 Apr 2019 15:13:09 +0000 (17:13 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 4 Apr 2019 15:13:09 +0000 (17:13 +0200)
samples/Makefile

index abc8194c9eddaa294b289de1624b275ba5b8e2a2..6c94495f5d4f46b190b5705b88856474d5d0fa50 100644 (file)
@@ -51,8 +51,8 @@ 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 in 4 files then one ends up with
-  # return value consisting of 12 plain words :-((
+  # 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
   # are looking for have known extensions. So we can $(filter) the in our example above 12