aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 02:26:51 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 02:26:51 +0000
commitac3db825c16164c6ed0f65d08e3ccdc39fc017e6 (patch)
tree86c8847aa8e15017c2bc775a1e8b3f6bc826e80b /Makefile.rules
parent8b0c007ad990aa27d9868da49215fd1076ac77cc (diff)
oops... no pattern rules for bison/flex
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40724 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 0c2b97d62..02eed1fdd 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))