From e7d5bb6e761e7d49ca905f75808f8fe10ea974a8 Mon Sep 17 00:00:00 2001 From: "G.raud" Date: Sun, 27 Apr 2014 14:33:03 +0200 Subject: [PATCH] Makefile: remove needless $(DIST_VERSION) VERSION can be used with the same effect. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 2b17a92..10a551b 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,6 @@ PACKAGE_TARNAME = archives2git VERSION = $(shell test -x version.sh && ./version.sh $(PACKAGE_TARNAME) \ || echo "unknown_version") # Allow either to be overwritten by setting DIST_VERSION on the command line. -ifdef DIST_VERSION -VERSION = $(DIST_VERSION) -endif PACKAGE_VERSION = $(VERSION) # Remove the _g part from the $VERSION RPM_VERSION = $(shell echo $(VERSION) | $(SED) -e 's/_g[0-9a-z]\+//') -- 2.11.4.GIT