aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-08-01 09:04:32 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-08-01 09:04:32 +0000
commitb7ca2f2822174f174d582a1b122001c6b59e034f (patch)
treed1fba9c090f755369741f67878785b47eb2b280b /rescue
parent20b0471597ee6c3a43176d7be8caf402b343ffed (diff)
Notes
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index d12c35caa8e1..32c16cdd7f18 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)