summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile3
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)