From: Richard M. Stallman Date: Wed, 11 Aug 1993 23:15:09 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM): Delete the -L options. X-Git-Tag: emacs-19.34~11273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9;p=emacs.git (LD_SWITCH_SYSTEM): Delete the -L options. --- diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 9bebd5d4a56..45fb9b9456d 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -18,12 +18,12 @@ Note GCC automatically passes -a archive to ld, and it has its own conflicting -a. */ #ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive +#define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive /* No need to specify roundabout way of linking temacs. */ #define ORDINARY_LINK #else -#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 +#define LD_SWITCH_SYSTEM -a archive #endif #if 0 /* This should no longer be necessary now that