* configure.in: added missing mcs51 in status output
[fw/sdcc] / as / hc08 / clean.mk
index 44d3d52a79a5149964937502c1613c8dcd5b6096..ea3b3e941f0a6a1966adfe336c3db486403cc491 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/as-hc08$(EXEEXT) as-hc08$(EXEEXT)
+       rm -f $(top_builddir)/bin/as-hc08$(EXEEXT) as-hc08$(EXEEXT)
 
 
 # Deleting all files created by configuring or building the program