the repository which powers this website
make gen-version.sh run even if . is not in PATH
Signed-off-by: Michael Krelin <[email protected]> Signed-off-by: Lars Hjemli <[email protected]>
Michael Krelin 2007-07-04
parent 51f6547 · commit 71ebcbe
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e69ad7e3..cea09f15 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CGIT_VERSION = 0.5
all: cgit
VERSION:
- gen-version.sh
+ sh gen-version.sh
-include VERSION