diff libcruft/Makefile.in @ 4440:0bca8443db39

[project @ 2003-07-02 22:45:29 by jwe]
author jwe
date Wed, 02 Jul 2003 22:45:29 +0000
parents 2de7c7452a1e
children d46651d0cd0e
line wrap: on
line diff
--- a/libcruft/Makefile.in
+++ b/libcruft/Makefile.in
@@ -165,12 +165,12 @@
 
 distclean::
 	rm -f *.$(LIBEXT) *.o Makefile Makerules so_locations
-	if $(SHARED_LIBS); then rm -f *.$(SHLEXT_VER); fi
+	if $(SHARED_LIBS); then rm -f *.$(SHLEXT_VER) *.$(SHLEXT); fi
 
 maintainer-clean::
 	rm -f *.$(LIBEXT) *.o configure Makefile Makerules 
 	rm -f so_locations tags TAGS
-	if $(SHARED_LIBS); then rm -f *.$(SHLEXT_VER); fi
+	if $(SHARED_LIBS); then rm -f *.$(SHLEXT_VER) *.$(SHLEXT); fi
 
 dist:
 	for dir in $(DISTSUBDIRS); do mkdir ../`cat ../.fname`/libcruft/$$dir; $(MAKE) -C $$dir $@; done