aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-12-02 07:58:22 +0000
committerGerd Moellmann <[email protected]>1999-12-02 07:58:22 +0000
commitc42b4fab89e387a47b833aa48af174e9763285a9 (patch)
treef2dfed6b5aed92730b050150ac545b8941b3df12 /src/s
parent85bbde633a61ce103aa132c04abe357e81db3281 (diff)
(LIBS_SYSTEM): Add -lgen because that's needed
for building with Motif.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/usg5-4.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 2c10a7550c..95cd439241 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -33,7 +33,8 @@ Boston, MA 02111-1307, USA. */
#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 @@ Boston, MA 02111-1307, USA. */
#define bcmp(src,dst,n) memcmp (src,dst,n)
#define bzero(s,n) memset (s,0,n)
#endif
+
+/* Markus Weiand <[email protected]> says this is needed for Motif on
+ SINIX. */
+#undef LIBS_SYSTEM
+#define LIBS_SYSTEM -lgen