diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/intel-osf1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index 862d569..ca11ee2 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -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" |