summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrws <empty>1993-08-17 20:49:32 +0000
committerrws <empty>1993-08-17 20:49:32 +0000
commit4d79494ee0e48e1265de46b3441b5fda79a5f33c (patch)
treecf680a06d82a5d047c9fdda11ddb5c8344eba045
parent79abdd6c3a9bbb651b6ddd1fa9ee5e31d645f05f (diff)
use MathLibrary
-rw-r--r--xc/unsupported/programs/xedit/Imakefile4
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