From ea5dc8212bcd750dbe83e659ab15a6f49c008fbb Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 6 Aug 2007 20:31:25 +0000 Subject: 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/branches/1.4@2824 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a06b926..f0cbfdf 100644 --- a/Makefile +++ b/Makefile @@ -298,8 +298,8 @@ radfw.h: pciradio.rbt makefw makefw: makefw.c $(HOSTCC) -o $@ $^ -gendigits: LDLIBS+=-lm -gendigits: CFLAGS= +gendigits: gendigits.c + $(HOSTCC) -o $@ $^ -lm prereq: config.status tones.h tor2fw.h radfw.h version.h -- cgit v1.2.3