Index: trunk/psLib/src/sysUtils/Makefile
===================================================================
--- trunk/psLib/src/sysUtils/Makefile	(revision 591)
+++ trunk/psLib/src/sysUtils/Makefile	(revision 594)
@@ -3,6 +3,6 @@
 ##  Makefile:   sysUtils
 ##
-##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-06 18:51:48 $
+##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-06 19:00:10 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +19,5 @@
 
 TARGET_STATIC  = libpslib.a
-TARGET_DYNAMIC = libpslib.$(DLL)
+#TARGET_DYNAMIC = libpslib.$(DLL)
 
 # Include the make global definitions for the project
@@ -58,8 +58,8 @@
 # Define PHONY target "install" which will install necessary files
 
-install: $(TARGET_STATIC) $(TARGET_DYNAMIC)
+install: $(TARGET_STATIC) 
 	install *.h $(includedir)
 	install ../$(TARGET_STATIC) $(libexecdir)
-	install ../$(TARGET_DYNAMIC) $(libexecdir)
+#	install ../$(TARGET_DYNAMIC) $(libexecdir)
 
 # Define PHONY target "distclean" which will cleanup the distribution
@@ -67,7 +67,7 @@
 distclean:	clean
 	$(RM) ../$(TARGET_STATIC)
-	$(RM) ../$(TARGET_DYNAMIC)
+#	$(RM) ../$(TARGET_DYNAMIC)
 	$(RM) $(libexecdir)/$(TARGET_STATIC)
-	$(RM) $(libexecdir)/$(TARGET_DYNAMIC)
+#	$(RM) $(libexecdir)/$(TARGET_DYNAMIC)
 
 # Define PHONY target "clean" which will cleanup the development area
