Browse Source

fix make package=<foo> clean package

Waldemar Brodkorb 8 years ago
parent
commit
b0e2514c32
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile.adk

+ 2 - 2
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