mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
Removed special rules for lex- and yacc- generated files. The general
rules work identically, except that they actually work if the yacc- generated header somehow becomes out of date.
This commit is contained in:
parent
b658f1dec8
commit
273762cff9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36620
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/03/12 05:14:16 jdp Exp $
|
||||
# $Id: Makefile,v 1.4 1998/05/04 21:21:17 jb Exp $
|
||||
#
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
@ -17,16 +17,5 @@ NOPROFILE= true
|
||||
NOPIC= true
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB=true
|
||||
CLEANFILES+= arlex.c arparse.c arparse.h
|
||||
|
||||
beforedepend: arlex.c arparse.c arparse.h
|
||||
|
||||
arlex.o: arparse.h
|
||||
|
||||
arparse.c arparse.h: arparse.y
|
||||
${YACC} -d -o arparse.c ${.IMPSRC}
|
||||
|
||||
# This rule is an attempt to cause "make -j" to work.
|
||||
arparse.h: arparse.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user