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