Removed NOEXTRADEPEND hack. This was only for an old version of makeworld.
This commit is contained in:
parent
d2b1bc7312
commit
218a2cd2bc
@ -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 New Issue
Block a user