From 7404ba8b66083c2fbb19c638da85c252551792a2 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 1 Oct 2014 19:52:29 +0100 Subject: Move common code to make::common from make::utilities. The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future. --- make/configure.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'make/configure.pm') diff --git a/make/configure.pm b/make/configure.pm index a5cb05c60..8653edaac 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -34,6 +34,7 @@ use Cwd qw(getcwd); use Exporter qw(import); use File::Basename qw(basename); +use make::common; use make::console; use make::utilities; -- cgit v1.2.3