summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-24 22:45:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-24 22:45:01 +0000
commit391e4f3693e6bdaaf571cb4899c92331fba35015 (patch)
tree5bc182b0bdf3a6094f453e3cc905bdf8eae2f7f4 /perl-install/Makefile
parentb60c0cb8f67d745626fec6f0c8540818f24e91a6 (diff)
downloaddrakx-backup-do-not-use-391e4f3693e6bdaaf571cb4899c92331fba35015.tar
drakx-backup-do-not-use-391e4f3693e6bdaaf571cb4899c92331fba35015.tar.gz
drakx-backup-do-not-use-391e4f3693e6bdaaf571cb4899c92331fba35015.tar.bz2
drakx-backup-do-not-use-391e4f3693e6bdaaf571cb4899c92331fba35015.tar.xz
drakx-backup-do-not-use-391e4f3693e6bdaaf571cb4899c92331fba35015.zip
move to MDK::Common, bool->to_bool
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 84f41baa6..dd6b426b9 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -25,7 +25,7 @@ $(DIRS):
$(MAKE) -C $@
test_pms: verify_c
- for i in install2 standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excluderesize_fat::c_rewritten $$i; done
+ for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excluderesize_fat::c_rewritten $$i; done
for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done
verify_c: