From cf8cd24d37f9c0ccadd33776a92b69e9d7ca36d4 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 15 Feb 2007 08:44:19 +0000 Subject: [PATCH] seems to have gotten confused --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e7f2aa..a66c4ca 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for source rpm: hunspell-hr -# $Id$ +# $Id: Makefile,v 1.1 2007/02/14 21:34:38 ausil Exp $ NAME := hunspell-hr -SPECFILE = hunspell-hu +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