From 59cf0e0893a8f71ea17cc45a80857f52bb677594 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 26 Oct 2007 19:15:15 +0200 Subject: [PATCH] Makefile: small improvement --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3e4222d..cc6201a 100644 --- a/Makefile +++ b/Makefile @@ -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