Index: trunk/psLib/test/collections/Makefile
===================================================================
--- trunk/psLib/test/collections/Makefile	(revision 920)
+++ trunk/psLib/test/collections/Makefile	(revision 987)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/collections
 ##
-##  $Revision: 1.11 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-08 19:12:05 $
+##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-10 20:52:14 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,5 +40,5 @@
 clean:
 	@echo "    Deleting executable and binary files for 'test/collections'"
-	$(RM) $(TARGET) *.o *.lint *.i *.d
+	$(RM) $(TARGET) *.o *.lint *.i
 
 %.o : %.i
@@ -58,5 +58,5 @@
 
 %.d: %.c
-	$(CC) -M $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp
+	$(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp
 	sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@
 	$(RM) -f $@.tmp
