Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up unused vars
  • Loading branch information
bschmalhofer committed Mar 4, 2009
1 parent e0ab920 commit 2596f5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/templates/Makefile.in
Expand Up @@ -9,9 +9,7 @@ EXE = @exe@
# Set up directories
BUILD_DIR = @build_dir@
LIBRARY_DIR = $(BUILD_DIR)/runtime/parrot/library
INCLUDE_DIR = $(BUILD_DIR)/include
PMC_DIR = src/pmc
PARROT_DYNEXT = $(BUILD_DIR)/runtime/parrot/dynext

# Set up commands
MAKE = @make_c@
Expand All @@ -21,7 +19,6 @@ RM_F = @rm_f@
NQP = $(BUILD_DIR)/compilers/nqp/nqp.pbc
PCT = $(BUILD_DIR)/runtime/parrot/library/PCT.pbc
PBC_TO_EXE = $(BUILD_DIR)/pbc_to_exe$(EXE)
TOUCH = @touch@

INTERNALS_PIR = \
src/classes/Object.pir
Expand Down

0 comments on commit 2596f5b

Please sign in to comment.