build: Don't depend on hwdata.spec for 'make install'
authorColin Walters <walters@verbum.org>
Mon, 27 Aug 2012 13:38:30 +0000 (09:38 -0400)
committerAdam Jackson <ajax@redhat.com>
Mon, 27 Aug 2012 13:38:30 +0000 (09:38 -0400)
It's really not necessary to parse "hwdata.spec" to tell us our
package name is "hwdata".

The other targets still do depend on the version/release in
hwdata.spec.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Makefile

index c8b203b15ae4ae5db5ab241c5f5c2d69ff640020..fa4fbe054ab43caf01b371ea87788db37139ec47 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-NAME=$(shell awk '/Name:/ { print $$2 }' hwdata.spec)
+NAME=hwdata
 VERSION=$(shell awk '/Version:/ { print $$2 }' hwdata.spec)
 RELEASE=$(shell rpm -q --define 'dist %{nil}' --specfile --qf "%{release}" hwdata.spec)
 SOURCEDIR := $(shell pwd)