summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-16 19:39:51 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-16 19:39:51 +0100
commitb0e2514c3268b81847c1ded59f666ebe693635f0 (patch)
treea3567c6c4c2ac27f4bc4c86208a30dfc0b6d330a
parentd317b73afb278b23f48a15bfa2718fcb44c29b1d (diff)
fix make package=<foo> clean package
-rw-r--r--Makefile.adk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.adk b/Makefile.adk
index b8fe31e88..d546ba948 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -19,8 +19,7 @@ ${MAKECMDGOALS}: _subdir
_subdir: ${_subdir_dep}
cd ${subdir} && ADK_TOPDIR=${ADK_TOPDIR} DEVELOPER=1 \
$(MAKE) ADK_VERBOSE=1 ${MAKECMDGOALS}
-
-endif
+else
all:
@${_UNLIMIT} $(GMAKE_INV) world
@@ -176,4 +175,5 @@ dep:
world:
@${GMAKE_INV} world
+endif
# DO NOT DELETE