From 74f62c4c4669273bc5a929ad1ad89c0ee58ca85a Mon Sep 17 00:00:00 2001 From: mharris Date: Jun 21 2006 19:21:17 +0000 Subject: Fix Makefile to find the correct spec file --- diff --git a/Makefile b/Makefile index 72f2259..4fb69ff 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for source rpm: xorg-x11-drivers -# $Id$ +# $Id: Makefile,v 1.1 2005/11/15 08:34:43 mharris Exp $ NAME := xorg-x11-drivers -SPECFILE = $(firstword $(wildcard *.spec)) +SPECFILE = $(NAME).spec include ../common/Makefile.common