From 45b25fb622741f0f62bc82566aa88e44def51133 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 15 Feb 2007 16:20:40 +0000 Subject: [PATCH] import buggered up again --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a0cd920..789870d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for source rpm: hunspell-lt -# $Id$ +# $Id: Makefile,v 1.1 2007/02/15 15:27:35 ausil Exp $ NAME := hunspell-lt -SPECFILE = hunspell-ms +SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done