diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 21:10:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 21:10:35 +0000 |
commit | 863a0345a2f895d35046f35d97f473e825906687 (patch) | |
tree | e04cae4c0cfa6b0e481cae4d976ecb32c30e6dea /perl-install/Makefile | |
parent | 608738174ef563cd88f95f53683f73f316b8f552 (diff) | |
download | drakx-863a0345a2f895d35046f35d97f473e825906687.tar drakx-863a0345a2f895d35046f35d97f473e825906687.tar.gz drakx-863a0345a2f895d35046f35d97f473e825906687.tar.bz2 drakx-863a0345a2f895d35046f35d97f473e825906687.tar.xz drakx-863a0345a2f895d35046f35d97f473e825906687.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3e3efd6d8..3a36bcb82 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -24,7 +24,7 @@ $(DIRS): $(MAKE) -C $@ test_pms: verify_c - ./perl2fcalls -excludec -excluderesize_fat::c_rewritten install2 standalone/keyboarddrake standalone/XFdrake standalone/drakboot + for i in install2 standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do ./perl2fcalls -excludec -excluderesize_fat::c_rewritten $$i; done for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done verify_c: |