docs-common Makefile.common,1.172,1.173

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Sep 7 17:25:51 UTC 2007


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26065

Modified Files:
	Makefile.common 
Log Message:
Simple replacement suffices here.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- Makefile.common	7 Sep 2007 17:23:18 -0000	1.172
+++ Makefile.common	7 Sep 2007 17:25:49 -0000	1.173
@@ -260,7 +260,7 @@
 
 #########################################################################
 # Obtain the document version and release info for building RPM's
-SPECFILE=$(firstword $(wildcard *.spec))
+SPECFILE := $(firstword $(wildcard *.spec))
 
 ifneq "${SPECFILE}" ""
 # the name of the package




More information about the docs-commits mailing list