summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-06 20:32:01 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-06 20:32:01 +0000
commit41b1d8dcfb61a71f12a6bbf940bea6a992d22115 (patch)
tree2b7af285893172341f0a5bf2eeb34559cdee10ed
parentc98217263f0f7f64bf29bed1c5d6ae2949325310 (diff)
Merged revisions 2824 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 (closes issue #10255) ........ r2824 | qwell | 2007-08-06 15:31:25 -0500 (Mon, 06 Aug 2007) | 4 lines Use host compiler to build gendigits Issue 10255, initial patch by mirabilos, modified by me to work with 1.4. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2825 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ed154f..ffc541a 100644
--- a/Makefile
+++ b/Makefile
@@ -257,8 +257,8 @@ radfw.h: pciradio.rbt makefw
makefw: makefw.c
$(HOSTCC) -o $@ $^
-gendigits: LDLIBS+=-lm
-gendigits: CFLAGS=
+gendigits: gendigits.c
+ $(HOSTCC) -o $@ $^ -lm
zaptel.c: tones.h