summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3b4aade..994dc94 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,7 +200,7 @@ configure : configure.ac
$(PACKAGE).spec : $(PACKAGE).spec.in $(PACKAGE).changes Makefile
@echo "Generating spec file" ; \
set -e ; \
- changelog="$$(./changes2changelog $(PACKAGE).changes)" ; \
+ changelog="`./changes2changelog $(PACKAGE).changes`" ; \
awk '{ gsub(/@VERSION''@/, "$(VERSION)") ; \
gsub(/@RELEASE''@/, "$(RELEASE)") ; \
gsub(/@CHANGELOG''@/, changelog) ; \