diff options
author | Phil Sutter <phil@nwl.cc> | 2016-03-26 13:25:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-27 18:52:53 +0200 |
commit | caf92e5e74031e0461b490f9a06ca308723518a3 (patch) | |
tree | d6cdf6b75ebe4507a806a86744832bdb5ab9eb12 | |
parent | b088c254e6ecca80c557c5500aae47a7307c51b3 (diff) |
Fix for unavailable dev-help and pkg-help targets
Fixes: a94d74d9c875b ("rework prereq check")
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |