From a7e117c10577c36f4c9f38dfd3bba77986480237 Mon Sep 17 00:00:00 2001 From: nishi Date: Thu, 18 Jan 2024 12:01:48 +0000 Subject: [PATCH] aa git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@31 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ede14fa..b631811 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS := -g -std=c99 -fPIC -D_BSD_SOURCE LDFLAGS := LIBS := PREFIX := /usr/local -VERSION = $(shell cat Library/W3Version.h | grep -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\".+/\1/g")$(shell cat Library/W3Version.h | grep -Eo "\/W" | grep -Eo "W") +VERSION = $(shell cat Library/W3Version.h | grep -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\".+/\1/g")$(shell cat Library/W3Version.h | grep -A 1 -Eo "LIBW3_VERSION" | tail -n1 | grep -Eo "W") ifdef SSL -- 2.43.0