]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_build
Modular object-orientied buildsystem implementation (try 2).
[debhelper.git] / dh_auto_build
index 9cfe70ef9b1eeb1658d94eb44fb1de402c3853a1..56b9b5f078dddb4966b4831e81a5a2c2654b9dd8 100755 (executable)
@@ -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