summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-21 02:26:51 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-08-21 02:26:51 +0000
commitf62099a4dd2017f2b03d0f096d40978f5f3a9ef4 (patch)
tree86c8847aa8e15017c2bc775a1e8b3f6bc826e80b /Makefile.rules
parent0a27d8bfe5fa36d8cb600b5b520f9b5c7fbf0ed6 (diff)
oops... no pattern rules for bison/flex
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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))