From be265b3a154558c118cbd992aa040bbe4e770505 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Aug 1997 07:28:01 +0000 Subject: [PATCH] clean-fix git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3040 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/Makefile.in | 2 +- appl/ftp/ftpd/Makefile.in | 2 +- appl/telnet/telnet/Makefile.in | 2 +- appl/telnet/telnetd/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appl/ftp/ftp/Makefile.in b/appl/ftp/ftp/Makefile.in index 1fd46b220..0f74cff0f 100644 --- a/appl/ftp/ftp/Makefile.in +++ b/appl/ftp/ftp/Makefile.in @@ -68,7 +68,7 @@ TAGS: $(SOURCES) etags $(SOURCES) clean cleandir: - rm -f *~ *.o core ftp \#* + rm -f *~ *.o core ftp$(EXECSUFFIX) \#* distclean: rm -f Makefile diff --git a/appl/ftp/ftpd/Makefile.in b/appl/ftp/ftpd/Makefile.in index 319724a1c..91c8596e3 100644 --- a/appl/ftp/ftpd/Makefile.in +++ b/appl/ftp/ftpd/Makefile.in @@ -78,7 +78,7 @@ TAGS: $(SOURCES) etags $(SOURCES) clean cleandir: - rm -f *~ *.o core ftpd ftpcmd.c \#* + rm -f *~ *.o core ftpd$(EXECSUFFIX) ftpcmd.c \#* distclean: rm -f Makefile diff --git a/appl/telnet/telnet/Makefile.in b/appl/telnet/telnet/Makefile.in index 77b6836a8..44fed2e5b 100644 --- a/appl/telnet/telnet/Makefile.in +++ b/appl/telnet/telnet/Makefile.in @@ -65,7 +65,7 @@ TAGS: $(SOURCES) etags $(SOURCES) clean cleandir: - rm -f *.o *.a telnet \#* *~ core + rm -f *.o *.a telnet$(EXECSUFFIX) \#* *~ core distclean: clean rm -f Makefile *~ diff --git a/appl/telnet/telnetd/Makefile.in b/appl/telnet/telnetd/Makefile.in index ed5494ec1..d3cb7d5a4 100644 --- a/appl/telnet/telnetd/Makefile.in +++ b/appl/telnet/telnetd/Makefile.in @@ -68,7 +68,7 @@ TAGS: $(SOURCES) etags $(SOURCES) clean cleandir: - rm -f *.o *.a telnetd \#* *~ core + rm -f *.o *.a telnetd$(EXECSUFFIX) \#* *~ core distclean: clean rm -f Makefile *~