import buggered up again

This commit is contained in:
Caolan McNamara 2007-02-15 16:20:40 +00:00
parent bf97dd2c9e
commit 45b25fb622

View File

@ -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