Explorar o código

fix make package=<foo> clean package

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
b0e2514c32
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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