From 7bf5fb14708357d9d20e597798a1678dc427a93e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 01:43:29 +0000 Subject: do not read version from spec, hardcode it in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 31634b1..a6ea340 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NAME= numlock -VERSION = $(shell awk '/define version/ { print $$3 }' $(NAME).spec) +NAME = numlock +VERSION = 2.0 TOP= CFLAGS=-g -O2 -Wall -- cgit v1.2.1