diff options
author | rws <empty> | 1993-08-17 20:49:32 +0000 |
---|---|---|
committer | rws <empty> | 1993-08-17 20:49:32 +0000 |
commit | 4d79494ee0e48e1265de46b3441b5fda79a5f33c (patch) | |
tree | cf680a06d82a5d047c9fdda11ddb5c8344eba045 | |
parent | 79abdd6c3a9bbb651b6ddd1fa9ee5e31d645f05f (diff) |
use MathLibrary
-rw-r--r-- | xc/unsupported/programs/xedit/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/unsupported/programs/xedit/Imakefile b/xc/unsupported/programs/xedit/Imakefile index 66566dac5..d10d99268 100644 --- a/xc/unsupported/programs/xedit/Imakefile +++ b/xc/unsupported/programs/xedit/Imakefile @@ -1,7 +1,7 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.16 91/07/17 00:47:05 gildea Exp $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs - SYS_LIBRARIES = -lm + SYS_LIBRARIES = MathLibrary SRCS = xedit.c commands.c util.c OBJS = xedit.o commands.o util.o |