summaryrefslogtreecommitdiffstats
path: root/rescue/rescue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/rescue/Makefile')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index d12c35c..32c16cd 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -248,8 +248,8 @@ $(CONF): Makefile
.ORDER: $(OUTPUTS) objs
$(OUTPUTS): $(CONF)
- MAKEOBJDIRPREFIX=${CRUNCHOBJS} crunchgen -q -m $(OUTMK) -c $(OUTC) \
- $(CONF)
+ MAKEFLAGS= MAKEOBJDIRPREFIX=${CRUNCHOBJS} crunchgen -q -m $(OUTMK) \
+ -c $(OUTC) $(CONF)
$(PROG): $(OUTPUTS) objs
MAKEOBJDIRPREFIX=${CRUNCHOBJS} make -f $(OUTMK)
OpenPOWER on IntegriCloud