summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9bc7dd..141732f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ all: version documentation build
build:
cp -p ./src/$(NAME) bin/$(NAME)
sed -i "s/VERSION_DEVEL/$$(cat .version)/" bin/$(NAME)
- echo "echo This is version $$(cat .version)" >> bin/$(NAME)
# 'install' installes a fake-root, which will be used to build the Debian package
# $DESTDIR is actually set by the Debian tools.