Makefile: Keep unnecessary spaces out of `$(foreach ...)' forms.
[distorted-chroot] / Makefile
index 88b9ea5..aae33e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -373,10 +373,10 @@ $(SUBST_SCRIPTS): $(STATE)/bin/%: bin/% $(STATE)/config.sh
 
 ## In a chroot, `/etc/apt/sources.list' links to
 ## `/usr/local.schroot/etc/apt/sources.$d' for the appropriate distribution.
-APT_SOURCES             = $(foreach d,$(DISTS), $(LOCAL)/etc/apt/sources.$d)
+APT_SOURCES             = $(foreach d,$(DISTS),$(LOCAL)/etc/apt/sources.$d)
 all:: $(APT_SOURCES)
 
-$(foreach d,$(DISTS), $(STATE)/etc/apt/aptsrc.$d): $(STATE)/etc/apt/aptsrc.%:
+$(foreach d,$(DISTS),$(STATE)/etc/apt/aptsrc.$d): $(STATE)/etc/apt/aptsrc.%:
        $(V_AT)mkdir -p $(dir $@)
        $(call v_tag,GEN){ \
          echo "### -*-conf-*- GENERATED by distorted-chroot: do not edit"; \