* as/asx8051.dsp: corrected output directories
[fw/sdcc] / as / hc08 / clean.mk
index 27e35fa63a483e5b148cb53904b4b6f59481c929..44d3d52a79a5149964937502c1613c8dcd5b6096 100644 (file)
@@ -1,12 +1,11 @@
 # Deleting all files created by building the program
 # --------------------------------------------------
-include ../../Makefile.common
-PRJDIR = ../..
+include $(top_builddir)Makefile.common
 
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       rm -f $(PRJDIR)/bin/as-hc08$(EXEEXT) $(PRJDIR)/bin/link-hc08$(EXEEXT) as-hc08$(EXEEXT) link-hc08$(EXEEXT)
+       rm -f $(top_builddir)bin/as-hc08$(EXEEXT) as-hc08$(EXEEXT)
 
 
 # Deleting all files created by configuring or building the program