diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-31 12:01:05 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-31 12:01:05 +0000 |
commit | 6f297036252df477192eddf95728c9933df4d7db (patch) | |
tree | 27eef3b1d67d7610f8a76ebfe896a5252144893c /include/subdir.mk | |
parent | 3dc92527a315a06fadb8766c8891f67400976f08 (diff) | |
download | upstream-6f297036252df477192eddf95728c9933df4d7db.tar.gz upstream-6f297036252df477192eddf95728c9933df4d7db.tar.bz2 upstream-6f297036252df477192eddf95728c9933df4d7db.zip |
add dist and distcheck target (to create new source balls)
SVN-Revision: 16230
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 be8c308205..d93d40fca7 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 +SUBTARGETS:=clean download prepare compile install update refresh prereq dist distcheck subtarget-default = $(filter-out ., \ $(if $($(1)/builddirs-$(2)),$($(1)/builddirs-$(2)), \ |