Applied patch #2762516
[fw/sdcc] / src / clean.mk
index f089527bc9a5d987b02f6bb1b4ae9236f204d555..82dc4d8dbd67be2e11f97001de60a68055e51f4b 100644 (file)
@@ -1,4 +1,4 @@
-CLEANALLPORTS = avr ds390 ds400 hc08 izt mcs51 pic pic16 z80 xa51
+CLEANALLPORTS = avr ds390 ds400 hc08 mcs51 pic pic16 z80 xa51
 
 # Deleting all files created by building the program
 # --------------------------------------------------
@@ -6,7 +6,8 @@ clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~ \#*
        rm -f version.h
-       rm -f $(top_builddir)bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
+       rm -f SDCCy.c SDCCy.h SDCClex.c
+       rm -f $(top_builddir)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
        for port in $(CLEANALLPORTS) ; do\
          if [ -f $$port/Makefile ]; then\
            $(MAKE) -C $$port clean ;\