diff options
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) |