mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Removed NOEXTRADEPEND hack. This was only for an old version of makeworld.
This commit is contained in:
parent
d2b1bc7312
commit
218a2cd2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ all: objwarn ${PROG} all-man _SUBDIR
|
|||
|
||||
CLEANFILES+= ${PROG} ${OBJS}
|
||||
|
||||
.if defined(PROG) && !defined(NOEXTRADEPEND)
|
||||
.if defined(PROG)
|
||||
_EXTRADEPEND:
|
||||
.if ${OBJFORMAT} == aout
|
||||
echo ${PROG}: `${CC} -Wl,-f ${CFLAGS} ${LDFLAGS} ${LDDESTDIR} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue