mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't call "objs" target in rescue.mk twice.
This commit is contained in:
parent
9efddb06f1
commit
4a17c736bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue