[zaptel-commits] qwell: branch 1.4 r2824 - /branches/1.4/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Aug 6 15:31:26 CDT 2007
Author: qwell
Date: Mon Aug 6 15:31:25 2007
New Revision: 2824
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2824
Log:
Use host compiler to build gendigits
Issue 10255, initial patch by mirabilos, modified by me to work with 1.4.
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2824&r1=2823&r2=2824
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Aug 6 15:31:25 2007
@@ -298,8 +298,8 @@
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
More information about the zaptel-commits
mailing list