seems to have gotten confused

This commit is contained in:
Caolan McNamara 2007-02-15 08:44:19 +00:00
parent 17f6994ef0
commit cf8cd24d37

View File

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