about summary refs log tree commit diff stats
path: root/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefile.in b/makefile.in
index 9bb21d26..d84837ef 100644
--- a/makefile.in
+++ b/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.100 2008/09/10 13:53:35 tom Exp $
+# $LynxId: makefile.in,v 1.101 2008/09/10 17:22:01 tom Exp $
 ##makefile for lynx
 
 SHELL		= @CONFIG_SHELL@
@@ -212,7 +212,8 @@ help:
 clean:
 	rm -f WWW/Library/*/*.[aoib]
 	rm -f WWW/Library/*/.created
-	cd $(SRC_DIR) && $(MAKE_RECUR) clean
+	cd $(WWW_DIR) && $(MAKE_RECUR) $@
+	cd $(SRC_DIR) && $(MAKE_RECUR) $@
 @MSG_DIR_MAKE@	rm -f LYMessages.c
 @MSG_DIR_MAKE@	cd $(PO_DIR) && $(MAKE_RECUR) $@
 	rm -f *.b $(SRC_DIR)/lynx$x *.leaks cfg_defs.h LYHelp.h lint.*
@@ -228,6 +229,7 @@ distclean: clean
 	-rm -f WWW/Library/*/*~
 	-rm -f WWW/Library/*/*.bak
 	-rm -rf $(SRC_DIR)/obsolete
+	-cd $(WWW_DIR) && $(MAKE_RECUR) $@
 	-cd $(SRC_DIR) && $(MAKE_RECUR) $@
 	-cd $(CHR_DIR) && $(MAKE_RECUR) $@
 @MSG_DIR_MAKE@	cd $(PO_DIR) && $(MAKE_RECUR) $@