changeset 15573:f4d9f4b3bc86

(LIB_MOTIF): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Jun 1996 00:22:27 +0000
parents ed3d11fbbfbf
children dbfff58d8a2b
files src/s/sol2-5.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-5.h	Sat Jun 29 23:05:16 1996 +0000
+++ b/src/s/sol2-5.h	Sun Jun 30 00:22:27 1996 +0000
@@ -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,