Fix Makefile to find the correct spec file

This commit is contained in:
mharris 2006-06-21 19:21:17 +00:00
parent e93020e6c7
commit 74f62c4c46

View File

@ -1,6 +1,6 @@
# Makefile for source rpm: xorg-x11-drivers # 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 NAME := xorg-x11-drivers
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(NAME).spec
include ../common/Makefile.common include ../common/Makefile.common