From 6f4f4c89fa1f9413a674b8798b30b54cfa8651af Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 12 Nov 2014 13:06:17 -0800 Subject: Go back to using GNU syntax for SPECVERSION. It seems that what works with gmake fails with BSD make and vice versa? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 292880d..b41ff55 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DATADIR?=data BUILDDIR?=build SPEC=spec.txt SITE=_site -SPECVERSION=`perl -ne 'print $$1 if /^version: *([0-9.]+)/' $(SPEC)` +SPECVERSION=$(shell perl -ne 'print $$1 if /^version: *([0-9.]+)/' $(SPEC)) PKGDIR?=cmark-$(SPECVERSION) TARBALL?=cmark-$(SPECVERSION).tar.gz FUZZCHARS?=2000000 # for fuzztest -- cgit v1.2.3