summaryrefslogtreecommitdiff
path: root/xc/programs/xterm
diff options
context:
space:
mode:
authorgildea <empty>1994-03-18 12:37:27 +0000
committergildea <empty>1994-03-18 12:37:27 +0000
commit6e56f4df1fe8cf935daf9417eb51a4eea992c374 (patch)
tree850aa94462c75e1d2037b7c018679cd3f5c96d1d /xc/programs/xterm
parent08592e2819b0aed850c1a261a31bb88026a4e04c (diff)
use LinkRule when re-linking for install. XBUG #6594.
Diffstat (limited to 'xc/programs/xterm')
-rw-r--r--xc/programs/xterm/Imakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/programs/xterm/Imakefile b/xc/programs/xterm/Imakefile
index 4458b85ff..3066e49a6 100644
--- a/xc/programs/xterm/Imakefile
+++ b/xc/programs/xterm/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XConsortium: Imakefile,v 1.59 92/10/18 11:55:46 rws Exp $
+XCOMM $XConsortium: Imakefile,v 1.60 94/02/05 12:54:47 kaleb Exp $
XCOMM
XCOMM Attention xterm porters
XCOMM
@@ -84,10 +84,10 @@ LDRESUME = -Bdynamic
#endif
install:: xterm
MakeDir($(DESTDIR)$(BINDIR))
- $(RM) xterm.inst
- $(CC) -o xterm.inst $(OBJS1) $(LDOPTIONS) $(LDOVERRIDE) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) $(LDRESUME) $(LDLIBS) $(TERMCAPLIB) $(PTYLIB) $(EXTRA_LOAD_FLAGS)
+ RemoveFile(xterm.inst)
+ LinkRule(xterm.inst,$(LDOPTIONS) $(LDOVERRIDE),$(OBJS1),XawClientLibs $(LDRESUME) $(LDLIBS) $(TERMCAPLIB) $(PTYLIB))
$(INSTALL) -c $(INSTPGMFLAGS) $(INSTUIDFLAGS) xterm.inst $(DESTDIR)$(BINDIR)/xterm
- $(RM) xterm.inst
+ RemoveFile(xterm.inst)
#else
#if InstallXtermSetUID
InstallProgramWithFlags(xterm,$(BINDIR),$(INSTUIDFLAGS))