X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=archival%2FMakefile;h=2cb5ebc9554e7bff2ce79f0a5f77dac1fed179d3;hb=c57ec37959390ff2e43faa5e4dd5281b2923ced3;hp=d5d950e56b0b0a43e40d11c670d484c1d2acb1c7;hpb=62f18e1f2046870b6114da8657ea9ba7e3af1ec7;p=oweals%2Fbusybox.git diff --git a/archival/Makefile b/archival/Makefile index d5d950e56..2cb5ebc95 100644 --- a/archival/Makefile +++ b/archival/Makefile @@ -4,8 +4,12 @@ # # Licensed under the GPL v2, see the file LICENSE in this tarball. +ifndef top_srcdir top_srcdir=.. +endif +ifndef top_builddir top_builddir=.. +endif ARCHIVAL_DIR:=./ srcdir=$(top_srcdir)/archival include $(top_builddir)/Rules.mak