]> Nishi Git Mirror - libw3.git/commitdiff
making makefile clean httpd too
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 25 Mar 2024 12:22:59 +0000 (12:22 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 25 Mar 2024 12:22:59 +0000 (12:22 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@262 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile
W3Version.h.m4

index e2d4562fd4a4f080360f119b983ae2a4286baa7f..ff89eec436e95e9928c98a9ad5f213df201736aa 100644 (file)
--- 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)
index 6c054cd6962f69252c3a809c75721c9d8c6eb6be..5d853c3de7b492fa06a9e11c87bc9ffb9ded119f 100644 (file)
@@ -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', `')