Browse Source

Fix gluon_prepared_stamp recipe

Matthias Schiffer 11 years ago
parent
commit
e237cc561b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -149,7 +149,7 @@ prepare: FORCE
 	touch $(gluon_prepared_stamp)
 
 $(gluon_prepared_stamp):
-	$(MAKE) prepare
+	$(GLUONMAKE) prepare
 
 images: $(patsubst %,image/%,$(PROFILES))