summaryrefslogtreecommitdiff
path: root/dh_auto_build
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_build')
-rwxr-xr-xdh_auto_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_auto_build b/dh_auto_build
index 9cfe70ef..56b9b5f0 100755
--- a/dh_auto_build
+++ b/dh_auto_build
@@ -37,8 +37,8 @@ or override any standard parameters that dh_auto_build passes.
=cut
-my $manager = new Debian::Debhelper::Dh_Buildsystems;
-$manager->run_dh_auto_tool();
+buildsystems_init();
+buildsystems_do();
=head1 SEE ALSO