Explorar el Código

add default command for dummy targets

SVN-Revision: 8209
Felix Fietkau hace 18 años
padre
commit
0d70676b9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/subdir.mk

+ 1 - 1
include/subdir.mk

@@ -39,7 +39,7 @@ define subdir
 	)
   )
   $(foreach target,$(SUBTARGETS),
-    $(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(1)/builddirs)),$(1)/$(bd)/$(target)))
+    $(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(1)/builddirs)),$(1)/$(bd)/$(target)) ;)
   )
 endef