]> git.sur5r.net Git - cc65/commit
Use --print-target-path only as last resort.
authorOliver Schmidt <ol.sc@web.de>
Fri, 8 Jun 2018 16:58:36 +0000 (18:58 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 8 Jun 2018 16:58:36 +0000 (18:58 +0200)
commit9877042450f9c4c282ad18c947e46a3a7cb211ea
treea21dcd3ad5a1a184eb6b050c87f5dab37a91616e
parentd861be8ad569d3928727a8c8162fc843835035db
Use --print-target-path only as last resort.

--print-target-path may return a path with (escaped) spaces. We'll use that path with $(wildcard ...), that's fine. But then we use the outcome with $(foreach ...) and there things fail badly and there's nothing to do about it.

Therefore we a) try to avoid --print-target-path in the first place and b) explicitly bail out if we end up with spaces.
samples/Makefile