diff options
author | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 20:20:13 +0000 |
---|---|---|
committer | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 20:20:13 +0000 |
commit | 3283112c42eab548ea5e3f315aa254c57986ab4f (patch) | |
tree | 3a67f21f452bc6c3ed1bb30c9b92a7a35617100d | |
parent | ad72ee2eb61c02e07552a308933a89a8f142492a (diff) |
[include] add configure as package target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23262 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 19a1fb63a9..a8a87b5e21 100644 --- a/include/subdir.mk +++ b/include/subdir.mk @@ -5,7 +5,7 @@ # See /LICENSE for more information. # -SUBTARGETS:=clean download prepare compile install update refresh prereq dist distcheck +SUBTARGETS:=clean download prepare compile install update refresh prereq dist distcheck configure subtarget-default = $(filter-out ., \ $(if $($(1)/builddirs-$(2)),$($(1)/builddirs-$(2)), \ |