From f5ab6437884a14c458ea46f196bedf69433a500a Mon Sep 17 00:00:00 2001 From: mharris Date: Wed, 21 Jun 2006 23:27:01 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b400ff9..85986ae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for source rpm: xorg-x11-xtrans-devel -# $Id$ +# $Id: Makefile,v 1.2 2006/06/21 23:26:21 mharris Exp $ NAME := xorg-x11-xtrans-devel -SPECFILE = $(firstword $(wildcard *.spec)) +SPECFILE = $(NAME).spec include ../common/Makefile.common