* configure.in: added missing mcs51 in status output
[fw/sdcc] / as / mcs51 / clean.mk
index 90a6b2a9b25b0b15f117250c05a2e32f9cb94c69..76d0f25da3847e62f1df8f6846fd2691911342c2 100644 (file)
@@ -1,11 +1,11 @@
 # Deleting all files created by building the program
 # --------------------------------------------------
-include $(top_builddir)Makefile.common
+include $(top_builddir)/Makefile.common
 
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       rm -f $(top_builddir)bin/asx8051$(EXEEXT) asx8051$(EXEEXT)
+       rm -f $(top_builddir)/bin/asx8051$(EXEEXT) asx8051$(EXEEXT)
 
 
 # Deleting all files created by configuring or building the program