summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-01 19:04:02 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-01 19:04:02 +0000
commitc5cffae7b33823d655bffd2f373f8df7c1caf71b (patch)
tree067fd4a7fc6dc31e749eb29884ce52187e54536c /wct4xxp
parenteb709f4c16130f01f5cf2a8a140ba8753ae17fef (diff)
instead of setting HOSTCC and CC directly in the Makefile, use the information
provided by the configure script (issue #8055, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1547 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index aea3d12..5c818a4 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -19,7 +19,8 @@ vpm450m.o: vpm450m.h vpm450m_fw.h ../oct612x/include/oct6100api/oct6100_api.h
wct4xxp.o: base.o vpm450m.o $(OCTASIC_OBJS)
$(LD) -r -o $@ $^
-fw2h: CFLAGS=
+fw2h: fw2h.c
+ $(HOSTCC) -o $@ $^
vpm450m_fw.h: OCT6114-128D.ima fw2h
./fw2h $< $@