rpms/sonata/devel Makefile,1.2,1.3

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Feb 15 15:42:32 UTC 2007


Author: ausil

Update of /cvs/extras/rpms/sonata/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13138/devel

Modified Files:
	Makefile 
Log Message:
realy fix



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/sonata/devel/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	15 Feb 2007 15:32:40 -0000	1.2
+++ Makefile	15 Feb 2007 15:42:00 -0000	1.3
@@ -1,7 +1,7 @@
 # Makefile for source rpm: sonata
 # $Id$
 NAME := sonata
-SPECFILE = sonata
+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




More information about the fedora-extras-commits mailing list