* configure.in: added missing mcs51 in status output
[fw/sdcc] / support / makebin / clean.mk
index 715c0ae64940d22bfa00489f94fb9322a87581de..503dc6773f4ea8ba134f1803e68d62094730a54f 100644 (file)
@@ -2,7 +2,7 @@
 # --------------------------------------------------
 clean:
        rm -rf obj
-       rm -f *core *[%~] *.[oa] $(top_builddir)bin/makebin$(EXEEXT)
+       rm -f *core *[%~] *.[oa] $(top_builddir)/bin/makebin$(EXEEXT)
        rm -f *.[a-z]*~
 
 # Deleting all files created by configuring or building the program