From: Kevin P. Fleming Date: Mon, 21 Aug 2006 02:26:51 +0000 (+0000) Subject: oops... no pattern rules for bison/flex X-Git-Tag: 1.4.0-beta1~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f62099a4dd2017f2b03d0f096d40978f5f3a9ef4;p=thirdparty%2Fasterisk.git oops... no pattern rules for bison/flex git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40724 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile.rules b/Makefile.rules index 0c2b97d627..02eed1fdd6 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -98,7 +98,3 @@ $(eval $(call ast_make_oo_cc,%.oo,%.cc)) $(eval $(call ast_make_so_o,%.so,%.o)) $(eval $(call ast_make_final,%,%.o)) - -$(eval $(call ast_make_c_y,%.c,%.y)) - -$(eval $(call ast_make_c_fl,%.c,%.fl))