diff options
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/configure.pm b/make/configure.pm index bccef2147..877e4ce6c 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -39,7 +39,7 @@ use File::Spec::Functions qw(catdir catfile); use make::common; use make::console; -use constant CONFIGURE_ROOT => dirname dirname __FILE__; +use constant CONFIGURE_ROOT => dirname dirname __FILE__; use constant CONFIGURE_DIRECTORY => catdir(CONFIGURE_ROOT, '.configure'); use constant CONFIGURE_CACHE_FILE => catfile(CONFIGURE_DIRECTORY, 'cache.cfg'); use constant CONFIGURE_CACHE_VERSION => '1'; |