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