From 1349c30df27b205a2618c947add34a9f0827abb6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Jan 1998 21:07:30 +0000 Subject: Use $(VERSION) etc. Not @VERSION@. --- Makefile.maint | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index 25457f23e..6e2def679 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -2,10 +2,10 @@ # This Makefile fragment is shared between fileutils, sh-utils, textutils. maintainer-check: - if head ChangeLog| grep 'Version @VERSION@' > /dev/null; then \ + if head ChangeLog| grep 'Version $(VERSION)' > /dev/null; then \ :; \ else \ - echo "@VERSION@ not in ChangeLog; not tagging" 1>&2; \ + echo "$(VERSION) not in ChangeLog; not tagging" 1>&2; \ exit 1; \ fi $(MAKE) distcheck @@ -14,8 +14,8 @@ maintainer-check: # Tag before making distribution. Also, don't make a distribution if # checks fail. Also, make sure the NEWS file is up-to-date. cvs-dist: maintainer-check - pkg=`echo "@PACKAGE@" | tr a-z A-Z`; \ - ver=`echo "@VERSION@" | sed 's/\./_/g'`; \ + pkg=`echo "$(PACKAGE)" | tr a-z A-Z`; \ + ver=`echo "$(VERSION)" | sed 's/\./_/g'`; \ tag="$$pkg-$$ver"; \ echo tag=$$tag; \ if cvs -n log -h README| grep -e $$tag > /dev/null; then \ -- cgit v1.2.3-70-g09d2