X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=59ec83a6a1a6ec94f0dc157b05208fe440b3b2b5;hb=63d053d8c3e991d86cbacccb9ba6ff03aedee5cd;hp=569c94a47e75e7dd6a8e22f641703876e61777bb;hpb=c0fab1ba496e27168898c0e74d8e3d11b9902999;p=oweals%2Fbusybox.git diff --git a/Makefile b/Makefile index 569c94a47..59ec83a6a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 1 -PATCHLEVEL = 28 +PATCHLEVEL = 30 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* @@ -368,7 +368,7 @@ gen_build_files: $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c) # we depend on scripts_basic, since scripts/basic/fixdep # must be built before any other host prog PHONY += applets_dir -applets_dir: scripts_basic gen_build_files +applets_dir: scripts_basic gen_build_files include/config/MARKER $(Q)$(MAKE) $(build)=applets applets/%: applets_dir ;