diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 14:36:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 14:36:21 +0000 |
commit | 0d70676b9aeba3168b936d554afe8223b6b8d077 (patch) | |
tree | afe0285011010c80729d9334df0c0fcd403b1b2f | |
parent | d6a024240496434ae24ceb658c8fcc5763eb683d (diff) | |
download | upstream-0d70676b9aeba3168b936d554afe8223b6b8d077.tar.gz upstream-0d70676b9aeba3168b936d554afe8223b6b8d077.tar.bz2 upstream-0d70676b9aeba3168b936d554afe8223b6b8d077.zip |
add default command for dummy targets
SVN-Revision: 8209
-rw-r--r-- | include/subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/subdir.mk b/include/subdir.mk index 407f8a81db..b2bc04b357 100644 --- a/include/subdir.mk +++ b/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 |