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 | a1973192c68002f2c2361aa323946e5b70924587 (patch) | |
tree | 863052a8b800eb228850220cb1eefe95d14d4561 /include/subdir.mk | |
parent | 817566a5be39053ee1bdf74be991b7f3ed283393 (diff) | |
download | mtk-20170518-a1973192c68002f2c2361aa323946e5b70924587.zip mtk-20170518-a1973192c68002f2c2361aa323946e5b70924587.tar.gz mtk-20170518-a1973192c68002f2c2361aa323946e5b70924587.tar.bz2 |
add configure as package target
SVN-Revision: 23262
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 19a1fb6..a8a87b5 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)), \ |