]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
oops... no pattern rules for bison/flex
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 21 Aug 2006 02:26:51 +0000 (02:26 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 21 Aug 2006 02:26:51 +0000 (02:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40724 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile.rules

index 0c2b97d627e7832725c9d0e2ddd02b97eb6e9605..02eed1fdd63a4479793524b4b50d9356dbb2bb3e 100644 (file)
@@ -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))