(LIB_MOTIF): Fix typo.

This commit is contained in:
Richard M. Stallman 1996-06-30 00:22:27 +00:00
parent 30ce15834d
commit 1dd598507b

View 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,