X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fhc08%2Fclean.mk;fp=as%2Fhc08%2Fclean.mk;h=ea3b3e941f0a6a1966adfe336c3db486403cc491;hb=d25410272593de279e84cf891961c535b8c7fc70;hp=44d3d52a79a5149964937502c1613c8dcd5b6096;hpb=249f3b9ab24db32c0496869c84a75518af44f407;p=fw%2Fsdcc diff --git a/as/hc08/clean.mk b/as/hc08/clean.mk index 44d3d52a..ea3b3e94 100644 --- a/as/hc08/clean.mk +++ b/as/hc08/clean.mk @@ -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/as-hc08$(EXEEXT) as-hc08$(EXEEXT) + rm -f $(top_builddir)/bin/as-hc08$(EXEEXT) as-hc08$(EXEEXT) # Deleting all files created by configuring or building the program