Index: /trunk/psLib/test/Makefile
===================================================================
--- /trunk/psLib/test/Makefile	(revision 2308)
+++ /trunk/psLib/test/Makefile	(revision 2309)
@@ -3,6 +3,6 @@
 ##  Makefile:   test
 ##
-##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-10-15 19:14:11 $
+##  $Revision: 1.10 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-11-09 01:10:38 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -61,4 +61,5 @@
 	$(MAKE) --directory=sysUtils install
 	$(MAKE) --directory=astronomy install
+	$(MAKE) --directory=fileUtils install
 
 # Define PHONY target "distclean" which will cleanup the distribution
@@ -69,4 +70,6 @@
 	$(MAKE) --directory=dataManip distclean
 	$(MAKE) --directory=sysUtils distclean
+	$(MAKE) --directory=astronomy distclean
+	$(MAKE) --directory=fileUtils distclean
 	$(RM) $(TARGET_STATIC)
 	$(RM) $(TARGET_DYNAMIC)
@@ -81,4 +84,6 @@
 	$(MAKE) --directory=dataManip clean
 	$(MAKE) --directory=sysUtils clean
+	$(MAKE) --directory=astronomy clean
+	$(MAKE) --directory=fileUtils clean
 	@echo "    Deleting intermediate files for 'test'"
 	$(RM) $(SRC_OBJS) *.lint
