Don't call "objs" target in rescue.mk twice.

This commit is contained in:
Ruslan Ermilov 2004-12-23 10:16:46 +00:00
parent 9efddb06f1
commit 4a17c736bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139234

View File

@ -274,7 +274,7 @@ $(OUTPUTS): $(CONF)
-c $(OUTC) $(CONF)
$(PROG): $(OUTPUTS) objs
MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f $(OUTMK)
MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f $(OUTMK) exe
objs: $(OUTMK)
MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} -f $(OUTMK) objs