diff options
Diffstat (limited to 'xc/unsupported/programs/xedit/Imakefile')
-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 |