Enabled VPATH feature: changed nearly all Makefiles (149 files).
[fw/sdcc] / debugger / mcs51 / clean.mk
index c677b3d062a9b4623798024833e5a9a35b332b64..5f3f6637a91c780f1630366f359e3b6f2a384c0a 100644 (file)
@@ -3,8 +3,7 @@
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       rm -f $(PRJDIR)/bin/sdcdb
-       $(PRJDIR)/support/Util/SDCCerr.o
+       rm -f $(top_builddir)bin/sdcdb$(EXEEXT)
 
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------