diff options
author | Chris Wilson <chris+github@qwirx.com> | 2010-10-18 20:34:25 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2010-10-18 20:34:25 +0000 |
commit | cd154e05f09a5bd40e258f50a71e89d263143e35 (patch) | |
tree | facb5de5351f04d00c32b0504291f68eb8890b26 /infrastructure/makeparcels.pl.in | |
parent | a1f32183837c489dae93a1813653288e41c60f70 (diff) |
Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix
build on Windows and make it easier to merge Charles' work.
Diffstat (limited to 'infrastructure/makeparcels.pl.in')
-rwxr-xr-x | infrastructure/makeparcels.pl.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index bd23f795..aa8a9024 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -243,7 +243,7 @@ docs/htmlguide/man-html/${name}.html: EOF push @parcel_deps, "$dir/docs/${name}.html"; } - elsif ($type eq 'configure') + elsif ($type eq 'subdir') { shift @args; my $subdir = shift @args; @@ -255,7 +255,6 @@ $name-build: $name-clean: cd $name; \$(MAKE) clean - EOF push @parcel_deps, "$name-build"; push @clean_deps, "$name-clean"; |