diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-01 09:04:32 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-01 09:04:32 +0000 |
| commit | b7ca2f2822174f174d582a1b122001c6b59e034f (patch) | |
| tree | d1fba9c090f755369741f67878785b47eb2b280b /rescue | |
| parent | 20b0471597ee6c3a43176d7be8caf402b343ffed (diff) | |
Notes
Diffstat (limited to 'rescue')
| -rw-r--r-- | rescue/rescue/Makefile | 4 |
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) |
