From c41c6ae044060a704aa84b27cc45c8f805e2dd45 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 4 May 1998 18:41:16 +0000 Subject: Simplified using new yacc rules and by not generating y.tab.h. --- bin/expr/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'bin/expr/Makefile') diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 55079717..215b498 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,13 +1,7 @@ -# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp -# $Id$ +# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $ -PROG= expr -SRCS= expr.c -CLEANFILES+= expr.c y.tab.h - -expr.c: - ${YACC} -d ${.IMPSRC} - mv -f y.tab.c expr.c +PROG= expr +SRCS= expr.y +YFLAGS= .include - -- cgit v1.1