[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.172,1.173
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.172,1.173
- Date: Fri, 7 Sep 2007 13:25:51 -0400
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]