Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix after reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 7, 2009
1 parent 597612d commit 0eae52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dynext/pmc/Makefile.in
Expand Up @@ -3,6 +3,7 @@

# values from parrot_config
VERSION_DIR := @versiondir@
BIN_DIR := @bindir@
INCLUDE_DIR := @includedir@$(VERSION_DIR)
LIB_DIR := @libdir@$(VERSION_DIR)
SRC_DIR := @srcdir@$(VERSION_DIR)
Expand All @@ -28,6 +29,7 @@ CC_OUT := @cc_o_out@
LD_OUT := @ld_out@
#IF(parrot_is_shared):LIBPARROT := @inst_libparrot_ldflags@
#ELSE:LIBPARROT :=
PARROT := $(BIN_DIR)/parrot@exe@

PMC2C_INCLUDES := --include $(SRC_DIR) --include $(SRC_DIR)/pmc
PMC2C := $(PERL) $(LIB_DIR)/tools/build/pmc2c.pl
Expand Down

0 comments on commit 0eae52a

Please sign in to comment.