After making a minor change and then doing a "make maintainer-clean", I noticed that stamp-pot wasn't removed as it should be. Here's a patch. 2000-06-26 Paul Eggert <[EMAIL PROTECTED]> * Makefile.am (MAINTAINERCLEANFILES): New macro, with stamp-pot in it. =================================================================== RCS file: RCS/Makefile.am,v retrieving revision 3.79.1.0 retrieving revision 3.79.1.1 diff -pu -r3.79.1.0 -r3.79.1.1 --- Makefile.am 2000/02/05 07:50:47 3.79.1.0 +++ Makefile.am 2000/06/26 17:21:32 3.79.1.1 @@ -41,6 +41,7 @@ EXTRA_DIST = README build.sh.in $(man_M MOSTLYCLEANFILES = loadavg.c CLEANFILES = loadavg +MAINTAINERCLEANFILES = $(srcdir)/stamp-pot MAKE_HOST = @MAKE_HOST@