about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/HISTORY2
-rw-r--r--lib/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 768e2e9c..c483d0c5 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -70,6 +70,8 @@ not yet  BJH  Release 10.47.00
               Lots of changes to integer code, bit access, word access, etc.
               None functional.  Some speedup.
 
+              make distclean: remove lib/compile.h.
+              
               configure: use TEMP environment variable for TMPDIR if TMPDIR
               is not set.  Don't try different temp file names forever; the
               problem may not be the filename.
diff --git a/lib/Makefile b/lib/Makefile
index a1a1eeb3..c49367b5 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -276,7 +276,7 @@ ifeq ($(NETPBMLIBTYPE),dylib)
 	$(SYMLINK) ../lib/libnetpbm.$(MAJ).$(MIN).dylib libnetpbm.dylib
 endif
 
-clean: localclean
+distclean clean: localclean
 
 .PHONY: localclean
 localclean: