aboutsummaryrefslogtreecommitdiff
path: root/libexec/build-make-source
diff options
context:
space:
mode:
authorMark Ferrell <major@homeonderanged.org>2014-04-14 11:27:48 -0700
committerMark Ferrell <major@homeonderanged.org>2014-04-14 11:27:48 -0700
commitc9ae18dddf0528c222753ee636e75fbdffa8b53c (patch)
tree82fe0f1b407c6fd73056d35fed2b04dc69bd72e3 /libexec/build-make-source
parent96c22511248ca2408f895c36bf7a513615191abb (diff)
'build source' does not depend on prep
* The source target doesn't depend on anything but the sources themselves.
Diffstat (limited to 'libexec/build-make-source')
-rwxr-xr-xlibexec/build-make-source2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/build-make-source b/libexec/build-make-source
index 92b67af..e4cf324 100755
--- a/libexec/build-make-source
+++ b/libexec/build-make-source
@@ -13,6 +13,8 @@ build_make_source_cleanup()
build_make_source()
{
+ build-make-prep "${1}"
+
trap build_make_source_cleanup 0
echo "building source: ${1}"