diff options
author | Michael Krelin | 2007-07-02 02:29:11 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-07-03 21:30:05 +0200 |
commit | 71ebcbe23ab548e5c0ad40aa8be5741654ed3201 (patch) | |
tree | c3f4e7b5aaf6c47713a64a1d01e7330ec3397754 | |
parent | make config adjustable via env variable CGIT_CONFIG (diff) | |
download | cgit-71ebcbe23ab548e5c0ad40aa8be5741654ed3201.tar.gz cgit-71ebcbe23ab548e5c0ad40aa8be5741654ed3201.zip |
make gen-version.sh run even if . is not in PATH
Signed-off-by: Michael Krelin <hacker@klever.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e69ad7e..cea09f1 100644 --- a/Makefile +++ b/Makefile | |||
@@ -15,7 +15,7 @@ CGIT_VERSION = 0.5 | |||
15 | all: cgit | 15 | all: cgit |
16 | 16 | ||
17 | VERSION: | 17 | VERSION: |
18 | gen-version.sh | 18 | sh gen-version.sh |
19 | 19 | ||
20 | -include VERSION | 20 | -include VERSION |
21 | 21 | ||