summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-02 20:40:06 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-02 20:40:06 +0000
commit7fea427d8f18cf1f6a69f728a9ba9231b5e96758 (patch)
treec77f75e19aaace1d53de65c07b93203ada6194d4 /xpp/Makefile
parente63d8603b384e5cf8262c13db40c4961628077f0 (diff)
Clarify a cyptic build message.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2266 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/Makefile')
-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 $@ ; \