Browse Source

Clean cannot remove ppc1-ppc3 : make cycle uses clean

michael 27 years ago
parent
commit
c9e455deb4
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/makefile

+ 4 - 2
compiler/makefile

@@ -212,7 +212,6 @@ all : $(EXENAME)
 
 clean :
 	-rm -f *.o *.ppu *.s $(EXENAME)
-	-rm -f $(TEMPNAME) $(TEMPNAME1) $(TEMPNAME2) $(TEMPNAME3)
 
 #####################################################################
 # Info
@@ -413,7 +412,10 @@ rtlclean :
 # Test of log at the end
 # does CVS add # at start of each line ??
 # $Log$
-# Revision 1.13  1998-06-02 11:29:36  peter
+# Revision 1.14  1998-06-03 09:27:51  michael
+# Clean cannot remove ppc1-ppc3 : make cycle uses clean
+#
+# Revision 1.13  1998/06/02 11:29:36  peter
 #   + make clean removes also ppc1 - ppc3
 #
 # Revision 1.12  1998/05/31 14:09:45  peter