From 5ca062e41929d4c3e50a741e6e52cbd445704cc4 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 16 Jan 2011 20:19:56 +0000 Subject: Remove the (now) duplicate rule Now that makefw has the proper name, the rule to create it is automatically generated by Kbuild. Removed. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9632 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/Kbuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/dahdi/Kbuild b/drivers/dahdi/Kbuild index e4d33c3..e138573 100644 --- a/drivers/dahdi/Kbuild +++ b/drivers/dahdi/Kbuild @@ -143,7 +143,4 @@ $(obj)/tor2fw.h: $(src)/tormenta2.rbt $(obj)/makefw $(obj)/radfw.h: $(src)/pciradio.rbt $(obj)/makefw $(obj)/makefw $< radfw > $@ -$(obj)/makefw: $(src)/makefw.c - $(HOSTCC) -o $@ $^ - clean-files := radfw.h tor2fw.h -- cgit v1.2.3