From b98eba86a8671e0a139a098967d3902c5e7e6fcf Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Fri, 7 Sep 2007 17:25:49 +0000 Subject: Simple replacement suffices here. --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 842555e..ced406b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -260,7 +260,7 @@ showvars:: ######################################################################### # 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 -- cgit