Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,

and building a2p.h clobbered the unrelated source file a2p.h if
${.OBJDIR} == ${.CURDIR}.
This commit is contained in:
Bruce Evans 1998-05-05 05:25:21 +00:00
parent 91023e7c67
commit 14a28dc644
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35732

View File

@ -1,9 +1,10 @@
# $Id$
# $Id: Makefile,v 1.12 1998/05/04 20:09:01 bde Exp $
PROG= a2p
SRCS= a2p.y hash.c str.c walk.c util.c
CFLAGS+= -I${.CURDIR}/../perl
YFLAGS=
LDADD= -lm
DPADD= ${LIBM}