Index: trunk/psLib/test/Makefile
===================================================================
--- trunk/psLib/test/Makefile	(revision 1372)
+++ trunk/psLib/test/Makefile	(revision 2152)
@@ -3,6 +3,6 @@
 ##  Makefile:   test
 ##
-##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-08-03 20:42:30 $
+##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-10-15 19:14:11 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -51,10 +51,8 @@
 # Define PHONY target "install" which will install necessary files
 
-install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) 
+install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) $(testbindir)
 	install *.h $(includedir)
 	install $(TARGET_STATIC) $(libexecdir)
 	install $(TARGET_DYNAMIC) $(libexecdir)
-
-installtests: install $(testbindir)
 	install FullUnitTest runTest $(testbindir)
 	$(MAKE) --directory=collections install
