Makefile: small improvement

This commit is contained in:
Juergen Daubert 2007-10-26 19:15:15 +02:00
parent 8d0c74923d
commit 59cf0e0893

View File

@ -313,9 +313,9 @@ iso: check-root kernel syslinux initramfs squashfs
iso/setup.dependencies:
@for PORT in $(PORTS_core) $(PORTS_opt) $(PORTS_xorg); do \
@for PORT in $(foreach c,$(COLLECTIONS),$(PORTS_$(c))); do \
echo -n $$PORT": "; \
prt-get quickdep $$PORT; \
done > $@
# End of file