summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-02-25 21:48:49 +0000
committerChris Wilson <chris+github@qwirx.com>2010-02-25 21:48:49 +0000
commit8e3f387072cfa5d5d8da5a31f7954a8506ab89d1 (patch)
tree0c2dda2841ebdc53c8ca3673f5f5c087bc551864 /infrastructure
parentf84a13399de9d333a3686967ff98744b2795c546 (diff)
Only build the static library part of QDBM, as the default dynamic build
doesn't work on OSX and we don't care about the binary tools. Thanks to Melissa for the bug report.
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/makeparcels.pl.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in
index 41dab287..4cdd2fea 100755
--- a/infrastructure/makeparcels.pl.in
+++ b/infrastructure/makeparcels.pl.in
@@ -244,11 +244,12 @@ EOF
}
elsif ($type eq 'subdir')
{
+ shift @args;
print MAKE <<EOF;
.PHONY: $name-build $name-clean
$name-build:
- \$(MAKE) -C $name
+ \$(MAKE) -C @args
$name-clean:
\$(MAKE) -C $name clean