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