summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-06-04 00:01:15 +0000
committerwlemb <wlemb>2004-06-04 00:01:15 +0000
commit9549e10d3cb231c17d0e68530fb2390954c5fe86 (patch)
tree0907f64cd5b6593f4b884d00cff205ce4d5f5291 /src/utils
parentb777aabf395880366bc31f564bf7a2516c30f695 (diff)
downloadgroff-9549e10d3cb231c17d0e68530fb2390954c5fe86.tar.gz
* src/utils/xtotroff/Makefile.sub (EXTRA_LDFLAGS): Fix order of
libraries.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xtotroff/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xtotroff/Makefile.sub b/src/utils/xtotroff/Makefile.sub
index 8a2fa5d1..6710a8a9 100644
--- a/src/utils/xtotroff/Makefile.sub
+++ b/src/utils/xtotroff/Makefile.sub
@@ -3,6 +3,6 @@ PROG=xtotroff$(EXEEXT)
MLIB=$(LIBM)
XLIBS=$(LIBXUTIL)
EXTRA_CFLAGS=$(X_CFLAGS)
-EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) -lXaw
+EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lXaw -lXt -lX11 $(X_EXTRA_LIBS)
OBJS=xtotroff.$(OBJEXT)
CSRCS=$(srcdir)/xtotroff.c