Commit 78943be5eb1c420ad32aedbf59276334fc5291b2

marcelo 2003-03-06T10:30:33

Get rid of annoying IRIX droppings on distclean

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/unix/src/Makefile b/unix/src/Makefile
index a929133..9c9912d 100644
--- a/unix/src/Makefile
+++ b/unix/src/Makefile
@@ -81,6 +81,6 @@ clean-local:
 
 distclean-local:
 	$(RM) $(TARGET)
-	$(RM) -r .libs
+	$(RM) -r .libs ii_files
 
 include $(top_builddir)/Make.rules