[svn:parrot] r38447 - trunk/config/gen/makefiles
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Sat May 2 14:04:56 UTC 2009
Author: fperrad
Date: Sat May 2 14:04:54 2009
New Revision: 38447
URL: https://trac.parrot.org/parrot/changeset/38447
Log:
[pirc] remove some useless variables in Makefile
Modified:
trunk/config/gen/makefiles/pirc.in
Modified: trunk/config/gen/makefiles/pirc.in
==============================================================================
--- trunk/config/gen/makefiles/pirc.in Sat May 2 12:45:50 2009 (r38446)
+++ trunk/config/gen/makefiles/pirc.in Sat May 2 14:04:54 2009 (r38447)
@@ -6,18 +6,14 @@
# Setup some commands
PERL := @perl@
RM_F := @rm_f@
-PARROT := ../../parrot at exe@
-TOOL_DIR := ../..
-CC := @cc@
CP := @cp@
-BUILD := $(PERL) @build_dir@/tools/build/dynpmc.pl
-O := @o@
-EXE := @exe@
+PARROT := ../../parrot at exe@
BUILD_DIR := @build_dir@
RECONFIGURE := $(PERL) @build_dir@/tools/dev/reconfigure.pl
-LIBPARROT := @libparrot@
-
+CC := @cc@
+O := @o@
+EXE := @exe@
CC_INC := -I../../include
C_LIBS := @libs@
CC_SHARED := @cc_shared@
More information about the parrot-commits
mailing list