Mercurial > emacs
changeset 26678:54fc79fa7000
(LIBS_SYSTEM): Add -lgen because that's needed
for building with Motif.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 02 Dec 1999 07:58:22 +0000 |
parents | b6b1fe18ecf5 |
children | e60608964e3a |
files | src/s/usg5-4.h |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/usg5-4.h Thu Dec 02 07:55:46 1999 +0000 +++ b/src/s/usg5-4.h Thu Dec 02 07:58:22 1999 +0000 @@ -33,7 +33,8 @@ #undef NOMULTIPLEJOBS -#define LIBS_SYSTEM -lsocket -lnsl -lelf +/* Motif needs -lgen. */ +#define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen #define ORDINARY_LINK #if 0 @@ -202,3 +203,8 @@ #define bcmp(src,dst,n) memcmp (src,dst,n) #define bzero(s,n) memset (s,0,n) #endif + +/* Markus Weiand <weiand@khof.com> says this is needed for Motif on + SINIX. */ +#undef LIBS_SYSTEM +#define LIBS_SYSTEM -lgen