X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fmcs51%2Fclean.mk;h=76d0f25da3847e62f1df8f6846fd2691911342c2;hb=f1be544d8fcb3ff37000939b9739e427f65f3a91;hp=90a6b2a9b25b0b15f117250c05a2e32f9cb94c69;hpb=e5eda9d6a5ea34e83b0b1fdcf05db3b04b7aaac8;p=fw%2Fsdcc diff --git a/as/mcs51/clean.mk b/as/mcs51/clean.mk index 90a6b2a9..76d0f25d 100644 --- a/as/mcs51/clean.mk +++ b/as/mcs51/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/asx8051$(EXEEXT) asx8051$(EXEEXT) + rm -f $(top_builddir)/bin/asx8051$(EXEEXT) asx8051$(EXEEXT) # Deleting all files created by configuring or building the program