summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-07-21 21:16:57 +0200
committerOliver Tappe2007-07-21 21:16:57 +0200
commitd5d920e992c24e5bce65e2a95f5c1d95dd41405e (patch)
treea757da40246e3be48b6fb85b28fa70fe72d6b066 /Makefile
parent* minor cleanup (two uninit values) (diff)
downloadcore-d5d920e992c24e5bce65e2a95f5c1d95dd41405e.tar.gz
core-d5d920e992c24e5bce65e2a95f5c1d95dd41405e.tar.xz
core-d5d920e992c24e5bce65e2a95f5c1d95dd41405e.zip
* first part of configuration file migration to Config::General
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1268 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ace8a22..dbdf8358 100644
--- a/Makefile
+++ b/Makefile
@@ -95,8 +95,8 @@ install:
@ # many of the following modules are part of core perl, but we check
@ # for them just to be sure...
- @for m in Carp DBI Digest::MD5 Fcntl File::Basename FindBin Getopt::Long \
- Pod::Usage ; do \
+ @for m in Carp Config::General DBI Digest::MD5 Fcntl File::Basename FindBin \
+ Getopt::Long Pod::Usage ; do \
if ! perl -e "use $$m" 2>>${SLX_INSTALL_LOG} ; then \
echo " The perl-module '$$m' is required, please install it."; \
exit 1; \