Fix single-image build with GNU Make 3.81

This commit is contained in:
Matthias Schiffer 2013-03-07 21:50:15 +01:00
parent 1db485b92c
commit 9206ed2ce2

View File

@ -56,6 +56,13 @@ include $(TOPDIR)/include/debug.mk
include $(TOPDIR)/include/depends.mk
include $(TOPDIR)/include/toplevel.mk
define GluonProfile
image/$(1): FORCE
+@$$(GLUONMAKE) $$@
endef
include $(GLUONDIR)/profiles.mk
all: FORCE
+@$(GLUONMAKE) prepare
+@$(GLUONMAKE) images
@ -66,9 +73,6 @@ prepare: FORCE
images: FORCE
+@$(GLUONMAKE) images
image/%:: FORCE
+@$(GLUONMAKE) $@
clean: clean-gluon
clean-gluon: