clean-fix

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3040 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-17 07:28:01 +00:00
parent 18f26516eb
commit be265b3a15
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 *~

View File

@@ -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 *~