diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-10-05 20:20:13 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-10-05 20:20:13 +0000 |
commit | e7c0aa70ade081b0bfa31f7a5dd54fc3d44debc8 (patch) | |
tree | 3a67f21f452bc6c3ed1bb30c9b92a7a35617100d /include/subdir.mk | |
parent | 6e1d16d0d2ed757f503d60fb99bcb6191fd4c0a2 (diff) | |
download | upstream-e7c0aa70ade081b0bfa31f7a5dd54fc3d44debc8.tar.gz upstream-e7c0aa70ade081b0bfa31f7a5dd54fc3d44debc8.tar.bz2 upstream-e7c0aa70ade081b0bfa31f7a5dd54fc3d44debc8.zip |
[include] add configure as package target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23262 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/subdir.mk')
-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)), \ |