aboutsummaryrefslogtreecommitdiff
path: root/src/windows/wintel/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/wintel/Makefile.in')
-rw-r--r--src/windows/wintel/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in
index 1ff8f59..7a6686e 100644
--- a/src/windows/wintel/Makefile.in
+++ b/src/windows/wintel/Makefile.in
@@ -30,17 +30,17 @@ LIBS = $(KLIB) $(CLIB) $(WLIB)
SYSLIBS = kernel32.lib ws2_32.lib user32.lib gdi32.lib comdlg32.lib
LFLAGS = /nologo $(LOPTS)
-all:: Makefile $(OUTPRE)telnet.exe
+all: Makefile $(OUTPRE)telnet.exe
$(OUTPRE)telnet.exe: telnet.def $(OBJS) $(XOBJS) $(LIBS)
$(LINK) $(LFLAGS) /map:$*.map /out:$@ $(OBJS) $(XOBJS) \
$(LIBS) $(SYSLIBS) $(SCLIB)
$(_VC_MANIFEST_EMBED_EXE)
-install::
+install:
copy $(OUTPRE)telnet.exe $(DESTDIR)
-clean::
+clean:
$(RM) $(OUTPRE)*.exe $(OUTPRE)*.res $(OUTPRE)*.map
$(RESFILE): ..\version.rc