diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 5f532d31a873..d12c35caa8e1 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -246,14 +246,15 @@ $(CONF): Makefile .endfor +.ORDER: $(OUTPUTS) objs $(OUTPUTS): $(CONF) MAKEOBJDIRPREFIX=${CRUNCHOBJS} crunchgen -q -m $(OUTMK) -c $(OUTC) \ $(CONF) -$(PROG): $(OUTPUTS) +$(PROG): $(OUTPUTS) objs MAKEOBJDIRPREFIX=${CRUNCHOBJS} make -f $(OUTMK) -objs: +objs: $(OUTMK) MAKEOBJDIRPREFIX=${CRUNCHOBJS} make -f $(OUTMK) objs # Someone should replace the bin/csh and bin/sh build-tools with