diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 03:34:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 03:34:14 +0000 |
commit | e02218b14f952753aa6ddc3b6cfb9a067732919e (patch) | |
tree | ea65bbda39d292c1949a90774ad66f9c8cbe821f /perl-install/Makefile | |
parent | 9db15981bfe68a98c6ea565d7318e1190ba4f0ec (diff) | |
download | drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar.gz drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar.bz2 drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar.xz drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 434a06bcb..fbfdc0dfd 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -27,9 +27,6 @@ test_pms: verify_c ./perl2fcalls -excludec -excluderesize_fat::c_rewritten install2 standalone/keyboarddrake standalone/XFdrake for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done -test_all: test_pms - for i in $(PMS); do perl -cw -I. $$i; done - verify_c: ./verify_c $(PMS) |