diff --git a/ChangeLog b/ChangeLog
index 1659f447..c6520636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+	* Makefile.in (clean-top): Remove .libs.
+
 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
 	* Makefile.in (distclean-top): Remove autom4te.cache.
diff --git a/Makefile.in b/Makefile.in
index 335e4101..ce805796 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -155,6 +155,7 @@ realclean:	realclean-recursive	realclean-top
 
 clean-top:
 	$(RM) *~ *.bak $(DISTNAME).tar.gz
+	$(RM) -r .libs
 
 distclean-top: clean-top
 	$(RM) Makefile config.status config.log config.cache stamp-h
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ac5f8f9..1663fb10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+	* Makefile.in (clean): Remove .libs.
+
 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
 	* cookies.c (struct cookie): New flag domain_exact.
diff --git a/src/Makefile.in b/src/Makefile.in
index d96abcd3..4ae47fa6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -130,6 +130,7 @@ uninstall.bin:
 
 clean:
 	$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* $(ANSI2KNR) *._o *._c
+	$(RM) -r .libs
 
 distclean: clean
 	$(RM) Makefile config.h