Removed bogus NOOBJ ifdef which was added in rev.1.18-1.19. SRCS is
for C sources only and must not be set if you don't want C objects. This should fix PR2748. This should go in 2.2.
This commit is contained in:
parent
f79ef55e7a
commit
b96ab0b039
@ -31,9 +31,7 @@ LDDESTDIR+= -L${DESTDIR}/usr/lib
|
||||
.if defined(SRCS)
|
||||
|
||||
DPSRCS+= ${SRCS:M*.h}
|
||||
.if !defined(NOOBJ)
|
||||
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
|
||||
.endif
|
||||
|
||||
.if defined(LDONLY)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user