From 16df5398e60973992eb76fac04246bd942f5e137 Mon Sep 17 00:00:00 2001 From: jnthn Date: Sat, 15 Mar 2014 19:21:23 +0100 Subject: Remove unused symbols. --- tools/build/Makefile.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/build') diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 540e9dd..e2f1d98 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -19,11 +19,6 @@ RM_F = $(PERL) -MExtUtils::Command -e rm_f MKPATH = $(PERL) -MExtUtils::Command -e mkpath CHMOD = $(PERL) -MExtUtils::Command -e chmod -# locations of parrot resources -PARROT_EXE = $(PARROT_BIN_DIR)/parrot$(EXE) -P_NQP_EXE = $(PARROT_BIN_DIR)/nqp-p$(EXE) -PBC_TO_EXE = $(PARROT_BIN_DIR)/pbc_to_exe$(EXE) - PERL6_EXE = perl6-p$(EXE) PERL6_LANG_DIR = $(PARROT_LIB_DIR)/languages/perl6 PERL6_INSTALL = $(PARROT_BIN_DIR)/$(PERL6_EXE) @@ -111,8 +106,6 @@ help: config: $(PERL) Configure.pl -$(PARROT_EXE): - CRITIC_FILES=Configure.pl tools/build/ perlcritic: -- cgit v1.1