Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2003-06-24 10:54:47 +0400
committerJacek Konieczny <jajcus@jajcus.net>2003-06-24 10:54:47 +0400
commit429d7d26f4e51972bb2346bcc608ae55af69e0f3 (patch)
treec872d2586f9db573708943c4ac3b3b90598bcd5f /Makefile
parentdfcfef559e915f4ffae36734f4b68fbfbd9937a9 (diff)
- precede make-defined snapshot with dot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80da889..de69b46 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ all:
version:
if test -n "$(SNAPSHOT)" ; then \
- SNAPSHOT="$(SNAPSHOT)" ; \
+ SNAPSHOT=".$(SNAPSHOT)" ; \
else \
SNAPSHOT=.`find . -name "*.py" '!' -name "version.py" -printf '%TY%Tm%Td\n' | sort -r | head -1` ; \
fi ; \