From: nishi Date: Mon, 25 Mar 2024 12:22:59 +0000 (+0000) Subject: making makefile clean httpd too X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d13df75bba93c8c45315dccbde71850cae5450c8;p=libw3.git making makefile clean httpd too git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@262 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Makefile b/Makefile index e2d4562..ff89eec 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ endif clean: -rm -f ./w3.pc w3-*.zip w3-*.tar.gz w3-*.lzh ./Library/W3Version.h *~ cache.mk $(MAKE) -C ./Library clean - $(MAKE) -C ./Example clean + $(MAKE) -C ./Example clean HTTPD=$(HTTPD) TCL=$(TCL) install: ./w3.pc $(MAKE) -C ./Library install PREFIX=$(PREFIX) CC=$(CC) diff --git a/W3Version.h.m4 b/W3Version.h.m4 index 6c054cd..5d853c3 100644 --- a/W3Version.h.m4 +++ b/W3Version.h.m4 @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.20D" \ +#define LIBW3_VERSION "2.20E" \ SUFFIX ifdef(`HTTP_SUPPORT', `#define LIBW3_HTTP_SUPPORT', `')