From caf92e5e74031e0461b490f9a06ca308723518a3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 26 Mar 2016 13:25:23 +0100 Subject: Fix for unavailable dev-help and pkg-help targets Fixes: a94d74d9c875b ("rework prereq check") Signed-off-by: Phil Sutter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d86557f6f..5faad4743 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ # GNU make and BSD make compatible make file wrapper MAKECMDGOALS+= ${.TARGETS} -all v allmodconfig allnoconfig allyesconfig help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches: +all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches: @./scripts/prereq.sh ${MAKECMDGOALS} -- cgit v1.2.3