Index: trunk/psLib/test/sysUtils/Makefile
===================================================================
--- trunk/psLib/test/sysUtils/Makefile	(revision 532)
+++ trunk/psLib/test/sysUtils/Makefile	(revision 541)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-04-27 22:57:09 $
+##  $Revision: 1.3 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-04-28 02:51:39 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,8 +13,8 @@
 
 PSLIB_INCL_DIR = ../../include
-
 PSLIB_LIB_DIR = ../../lib
 
 TARGET = tst_psError        \
+         tstMemory          \
          atst_psAbort_01    \
          atst_psAbort_02    \
@@ -35,8 +35,8 @@
 
 %.o : %.c
-	$(CC) $(CFLAGS) $(CPPFLAGS) -I$(PSLIB_INCL_DIR) -c -o $@ $< 
+	$(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $<
 
 %   : %.o
-	$(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
+	$(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -o $@ $<
 
 %.lint: %.c
