From dff3da58c29450ce504ba4777eb99a790d57aea6 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 8 May 2006 14:34:32 +0000 Subject: don't let make use implicit rules for bison/flex output files git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25565 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98a669ed3..39168d765 100644 --- a/Makefile +++ b/Makefile @@ -482,10 +482,10 @@ ifneq ($(wildcard .tags-depend),) endif ast_expr2.c: - bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c + bison -o $@ -d --name-prefix=ast_yy ast_expr2.y ast_expr2f.c: - flex --full ast_expr2.fl + flex -o $@ --full ast_expr2.fl testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h gcc -g -c -DSTANDALONE ast_expr2f.c -- cgit v1.2.3