]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_MOTIF): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jun 1996 00:22:27 +0000 (00:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jun 1996 00:22:27 +0000 (00:22 +0000)
src/s/sol2-5.h

index a98cf39b27b43c71eb31567b4e0700249f385813..f4b45884e6caf88d6fa441965d1bf34d9416cd9a 100644 (file)
@@ -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,