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