Index: trunk/psLib/src/collections/Makefile
===================================================================
--- trunk/psLib/src/collections/Makefile	(revision 919)
+++ trunk/psLib/src/collections/Makefile	(revision 986)
@@ -3,6 +3,6 @@
 ##  Makefile:   collections
 ##
-##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-08 19:08:40 $
+##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-10 20:40:26 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -64,5 +64,5 @@
 clean:
 	@echo "    Deleting intermediate files for 'collections'"
-	$(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*) $(SRC_OBJS:.o=.i)
+	$(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.i)
 
 %.lint: %.c
@@ -76,5 +76,5 @@
 
 %.d: %.c
-	$(CC) -M $(CFLAGS) $< > $@.tmp
+	$(CC) -MM $(CFLAGS) $< > $@.tmp
 	sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@
 	$(RM) -f $@.tmp
