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

Commit

Permalink
build with installed tree
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 24, 2009
1 parent a6c1ada commit 8907885
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/makefiles/pmc.in
Expand Up @@ -31,13 +31,11 @@ LD_OUT = @ld_out@
#ELSE:LIBPARROT =

PMC2C_INCLUDES = --include $(SRC_DIR) --include $(SRC_DIR)/pmc
#PMC2C = $(PERL) $(LIB_DIR)/tools/build/pmc2c.pl
PMC2C = $(PERL) @build_dir@/tools/build/pmc2c.pl
PMC2C = $(PERL) $(LIB_DIR)/tools/build/pmc2c.pl
PMC2CD = $(PMC2C) --dump $(PMC2C_INCLUDES)
PMC2CC = $(PMC2C) --c $(PMC2C_INCLUDES)

#INCLUDES = -I$(INCLUDE_DIR) -I$(INCLUDE_DIR)/pmc
INCLUDES = -I$(INCLUDE_DIR) -I$(INCLUDE_DIR)/pmc -I@build_dir@/src/pmc
INCLUDES = -I$(INCLUDE_DIR) -I$(INCLUDE_DIR)/pmc
LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT)

PMC_SOURCES = \
Expand Down

0 comments on commit 8907885

Please sign in to comment.