From 41b1d8dcfb61a71f12a6bbf940bea6a992d22115 Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 6 Aug 2007 20:32:01 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3