aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2014-03-15 19:21:23 +0100
committerjnthn <jnthn@jnthn.net>2014-03-15 19:21:23 +0100
commit16df5398e60973992eb76fac04246bd942f5e137 (patch)
treeccad35e1cf94034ae8e1be685e70faf3d1d4521b
parentd6042a679545c86aa9e09ea3817b4e0b081e03b1 (diff)
Remove unused symbols.
-rw-r--r--tools/build/Makefile.in7
1 files changed, 0 insertions, 7 deletions
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: