diff --git a/Makefile b/Makefile
index 380017eea73b090a023173cd523624cbb2d91a3d..4f63ea523fc5cd23d5ad88c879c51689473bf967 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,8 @@ prepare:
 $(prepared_stamp):
 	$(MAKE) prepare
 
-images: $(patsubst %,image/%,$(PROFILES))
+images:
+	for profile in $(PROFILES); do $(MAKE) image/$$profile; done
 
 clean:
 	rm -rf $(GLUON_BUILDDIR)