summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85bbe23a..106f2f60 100644
--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,7 @@ config.make: config.status $(top_srcdir)/config.make.in
version.h: stamp-version; @:
stamp-version: version.h.in config.make
- sed -e 's/MASTER_HURD_VERSION/\"$(hurd-version)\"/' \
+ sed -e 's/MASTER_HURD_VERSION/\"$(package-version)\"/' \
< $< > version.h.new
$(move-if-change) version.h.new version.h
touch $@