Argh, typo in previous.

This commit is contained in:
thorpej 1999-01-22 22:24:29 +00:00
parent 435e3187c6
commit 00250899d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 1999/01/22 22:18:28 thorpej Exp $
# $NetBSD: Makefile,v 1.24 1999/01/22 22:24:29 thorpej Exp $
.include <bsd.own.mk>
@ -12,7 +12,7 @@ CPPFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -Dunix
SRCS+= match.S
CPPFLAGS+=-DASMV
if (${OBJECT_FMT} == "ELF")
.if (${OBJECT_FMT} == "ELF")
CPPFLAGS+=-DNO_UNDERLINE
.endif