Make: Drop unused variable VERSION

Missed in commit 1ec9b94.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-08-13 10:50:27 +02:00
parent 5f59699cfd
commit 042d43f30d

View file

@ -34,7 +34,6 @@
# The real meat is in Make.mk, which see.
TARNAME := @PACKAGE_TARNAME@
VERSION := @PACKAGE_VERSION@
CC := @CC@
CFLAGS := @CFLAGS@