diff --git a/Makefile b/Makefile index 73599a3..15e4702 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ # Makefile for source rpm: ibus-table -# $Id$ -NAME := ibus-table -SPECFILE = $(firstword $(wildcard *.spec)) +# $Id: Makefile,v 1.1 2008/08/24 19:00:00 kevin Exp $ +NAME := ibus-table-extraphrase +#SPECFILE = $(firstword $(wildcard *.spec)) +SPECFILE = ibus-table-extraphrase.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