$NetBSD: patch-aa,v 1.3 2000/09/11 02:02:40 wiz Exp $ --- scripts/pgcc.sh.orig Sun Nov 7 00:34:00 1999 +++ scripts/pgcc.sh @@ -30,4 +30,4 @@ # Include the -L option in any case, just in case the user provided the # names of some libraries we've built threaded versions of. -eval exec COMPILER '"$@"' $include_dir $lib_dir $ldrun $libs +eval exec COMPILER $lib_dir $ldrun '"$@"' $include_dir $libs