]> Nishi Git Mirror - libw3.git/commitdiff
fix
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 31 Jan 2024 11:40:10 +0000 (11:40 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 31 Jan 2024 11:40:10 +0000 (11:40 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@145 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile

index 03a656ebccdebb1af315d60d030dcff03287b4be..af2240b8ab5d06cefe145aba8e35a4c2a3f3adfd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ CFLAGS := -g -std=c99 -fPIC -D_XOPEN_SOURCE=600
 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 -A 1 -Eo "LIBW3_VERSION" | sed "s/LIBW3_VERSION//g" | tail -n1 | 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 -E "LIBW3_VERSION" | sed "s/LIBW3_VERSION//g" | tail -n1 | grep -Eo "W")
 
 ifeq ($(SSL),YES)
 CFLAGS += -DSSL_SUPPORT