[svn-r1176] Removed the -L./ and -L../ which are meaningless.

This commit is contained in:
Albert Cheng 1999-04-08 13:46:13 -05:00
parent 84fe71eb14
commit 6d36b8d9e2

View File

@ -19,7 +19,7 @@ AR=${AR:-xar}
RANLIB=:
# Additional libraries
LDFLAGS="$LDFLAGS -L./ -L../ -lnoop_stubs"
LDFLAGS="$LDFLAGS -lnoop_stubs"
# How to run serial and parallel test programs
RUNSERIAL="yod -sz 1"