From 273762cff992fa09203977166124c4f2ab37a713 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 4 Jun 1998 01:09:28 +0000 Subject: 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. --- gnu/usr.bin/binutils/libbinutils/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index aa71af31f46ac..bc0b860f914a7 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -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 -- cgit v1.3