From 9e413661a4e6236659ae60d2d8d17e17efbcdab4 Mon Sep 17 00:00:00 2001 From: mharris Date: May 30 2003 07:40:17 +0000 Subject: Makefile fix --- diff --git a/Makefile b/Makefile index b1b3be2..4d93e86 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=$(shell awk '/Version:/ { print $$2 }' tmpwatch.spec) -RELEASE=$(shell awk '/Release:/ { print $$2 }' tmpwatch.spec) +VERSION=$(shell awk '/^Version:/ { print $$2 }' tmpwatch.spec) +RELEASE=$(shell awk '/^Release:/ { print $$2 }' tmpwatch.spec) CVSTAG = tmpwatch_$(subst .,-,$(VERSION))_$(subst .,-,$(RELEASE)) CVSROOT = $(shell cat CVS/Root)