diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-10-30 23:05:35 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-10-30 23:05:35 +0000 |
commit | 1ea69d1e5382610dd7e9d164655082294f4250f2 (patch) | |
tree | 25f11a7d5d4bd6dad5ef084326af2cb61afd21be | |
parent | 78667db7022dee95946f46176d284e1b9e1f00e2 (diff) | |
download | emacs-1ea69d1e5382610dd7e9d164655082294f4250f2.tar.gz |
Tweak last fix.
-rw-r--r-- | src/s/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index 3affdce5ab9..baba95a2b4b 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h @@ -27,7 +27,7 @@ #else -#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp +#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib #endif |