summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-30 00:22:27 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-30 00:22:27 +0000
commit92e6c8709dfa044594d33c58b578deee242d7ea0 (patch)
treede1ac6d577cb57742dd6bbb08813d8c8b1e99036
parentd3a26113448bb0541aaf8ef4a6b88d409619f789 (diff)
downloademacs-92e6c8709dfa044594d33c58b578deee242d7ea0.tar.gz
(LIB_MOTIF): Fix typo.
-rw-r--r--src/s/sol2-5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index a98cf39b27b..f4b45884e6c 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -5,7 +5,7 @@
/* -lgen is needed for the regex and regcmp functions
which are used by Motif. In the future we can try changing
regex.c to provide them in Emacs, but this is safer for now. */
-#define LIB_MOTIF = -lXm -lgen
+#define LIB_MOTIF -lXm -lgen
#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
/* Don't use the shared libraries for -lXt and -lXaw,