From e06e9f853ba197e79ab8289fc267f2cec8171333 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 15 Feb 2007 14:37:00 +0000 Subject: [PATCH] import buggered up again --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f81c060..4865f50 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for source rpm: hunspell-sk -# $Id$ +# $Id: Makefile,v 1.1 2007/02/15 13:03:18 ausil Exp $ NAME := hunspell-sk -SPECFILE = hunspell-sl +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