diff libcruft/Makefile.in @ 2405:e6adec89527e

[project @ 1996-10-14 16:23:48 by jwe]
author jwe
date Mon, 14 Oct 1996 16:23:50 +0000
parents 4f352018a7ef
children 679068a18eee
line wrap: on
line diff
--- a/libcruft/Makefile.in
+++ b/libcruft/Makefile.in
@@ -107,7 +107,7 @@
 	if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi
 
 distclean::
-	rm -f *.a *.o Makefile Makerules so_locations
+	rm -f *.a *.o Makefile Makerules so_locations stamp-shared
 	if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi
 
 maintainer-clean::