X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=f9835c80a2746e7c6995ee9c3d04688822bb5576;hb=d883b9f0977269d519469da72faec6a7f72cb489;hp=914e5f514888b6a2170ac9a137aa588c93af2f13;hpb=815c4163b6c8ebf8152f42b0a5fd015cfdcedc78;p=pandora-kernel.git diff --git a/Makefile b/Makefile index 914e5f514888..f9835c80a274 100644 --- a/Makefile +++ b/Makefile @@ -886,7 +886,7 @@ $(vmlinux-dirs): prepare scripts # Store (new) KERNELRELASE string in include/config/kernel.release include/config/kernel.release: include/config/auto.conf FORCE $(Q)rm -f $@ - $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) scripts/setlocalversion $(srctree))" > $@ + $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@ # Things we need to do before we recursively start building the kernel