summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-02 20:53:48 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-02 20:53:48 +0000
commita3f59e24692fa6f236670cff9d9160fcdc344118 (patch)
treece8e3074e58f57ccb96c87bdcc7c5c2e49cea505 /xpp
parent75c1f4f92c1ef6804fbfbc75679c45f9b0d24fb0 (diff)
Clarify a cyptic build message.
r2266 | tzafrir | 2007-03-02 22:40:06 +0200 (Fri, 02 Mar 2007) | 2 lines git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2269 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rw-r--r--xpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index 2162ab3..2062492 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -41,7 +41,7 @@ clean-files := xpp_version.h
$(obj)/card_fxs.o $(obj)/card_fxo.o $(obj)/card_bri.o $(obj)/xpp_usb.o $(obj)/xpp.o: $(obj)/xpp_version.h
$(obj)/xpp_version.h: FORCE
- $(Q)echo "Compile for $(XPP_VERSION_STR)"
+ $(Q)echo "Compile xpp (version $(XPP_VERSION_STR))"
$(Q)echo '#define XPP_VERSION $(XPP_VERSION_STR)' > $@.tmp
$(Q)if cmp -s $@.tmp $@ ; then echo; else \
mv $@.tmp $@ ; \