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:
Bruce Evans 1997-02-17 07:52:37 +00:00
parent f79ef55e7a
commit b96ab0b039

View File

@ -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)