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

Commit

Permalink
linki with installed libparrot
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Apr 18, 2009
1 parent a0f9d1f commit 73c9b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/makefiles/ops.in
Expand Up @@ -26,7 +26,7 @@ LD_LOAD_FLAGS := @ld_load_flags@
CFLAGS := @ccflags@ @cc_shared@ @cc_debug@ @ccwarn@ @cc_hasjit@ @cg_flag@ @gc_flag@
CC_OUT := @cc_o_out@
LD_OUT := @ld_out@
#IF(parrot_is_shared):LIBPARROT := @libparrot_ldflags@
#IF(parrot_is_shared):LIBPARROT := @inst_libparrot_ldflags@
#ELSE:LIBPARROT :=

OPS2C := $(PERL) $(LIB_DIR)/tools/build/ops2c.pl
Expand Down
2 changes: 1 addition & 1 deletion config/makefiles/pmc.in
Expand Up @@ -28,7 +28,7 @@ LD_LOAD_FLAGS := @ld_load_flags@
CFLAGS := @ccflags@ @cc_shared@ @cc_debug@ @ccwarn@ @cc_hasjit@ @cg_flag@ @gc_flag@
CC_OUT := @cc_o_out@
LD_OUT := @ld_out@
#IF(parrot_is_shared):LIBPARROT := @libparrot_ldflags@
#IF(parrot_is_shared):LIBPARROT := @inst_libparrot_ldflags@
#ELSE:LIBPARROT :=

PMC2C_INCLUDES := --include $(SRC_DIR) --include $(SRC_DIR)/pmc
Expand Down

0 comments on commit 73c9b13

Please sign in to comment.