diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-15 17:31:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-15 17:31:22 +0000 |
commit | 71412b3a34bbb1b5056ace130334917bfa6076be (patch) | |
tree | 5af9cdef0ea08f9bb81e1026fc1e27be7990bfb3 /perl-install/Makefile | |
parent | fec9449e69b0705b7ef85d9617d36e56f66628a4 (diff) | |
download | drakx-backup-do-not-use-71412b3a34bbb1b5056ace130334917bfa6076be.tar drakx-backup-do-not-use-71412b3a34bbb1b5056ace130334917bfa6076be.tar.gz drakx-backup-do-not-use-71412b3a34bbb1b5056ace130334917bfa6076be.tar.bz2 drakx-backup-do-not-use-71412b3a34bbb1b5056ace130334917bfa6076be.tar.xz drakx-backup-do-not-use-71412b3a34bbb1b5056ace130334917bfa6076be.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 4ae205f52..dcb0ff56b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -61,7 +61,8 @@ $(DIRS): test_pms: verify_c ./perl2fcalls -excludec install2 - (for i in $(PMS); do perl -cw -I. -Ic -Ic/blib/arch $$i || exit 1 ; done) + perl -cw -I. -Ic -Ic/blib/arch install2 + perl -cw -I. -Ic -Ic/blib/arch install_steps_graphical.pm verify_c: ./verify_c $(PMS) |