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

Commit

Permalink
Browse files Browse the repository at this point in the history
fix makefile on linux
  • Loading branch information
fperrad committed Feb 20, 2009
1 parent 3188461 commit 29dd321
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/makefiles/root.in
Expand Up @@ -18,10 +18,13 @@ PARROT_DYNEXT = $(BUILD_DIR)/runtime/parrot/dynext
PERL = @perl@
RM_F = @rm_f@
CP = @cp@
CHMOD = @chmod@
CAT = @cat@
MKPATH = @mkpath@
#IF(parrot_is_shared and not(cygwin or win32)):export LD_RUN_PATH := @blib_dir@:$(LD_RUN_PATH)
PARROT = ../../parrot@exe@
PGE = $(PARROT) ../../runtime/parrot/library/PGE/Perl6Grammar.pir
TGE = $(PARROT) ../../compilers/tge/tgc.pir
PBC_TO_EXE = ../../pbc_to_exe@exe@
PMCBUILD = $(PERL) $(BUILD_DIR)/tools/build/dynpmc.pl
#IF(darwin):
Expand Down Expand Up @@ -376,7 +379,8 @@ test-installable: installable

install: installable
$(CP) installable_lua@exe@ $(BIN_DIR)/parrot-lua@exe@
@cd $(PMC_DIR) && $(PMCBUILD) copy "--destination=$(LIB_DIR)/dynext" $(PMCS)
$(CHMOD) 0755 $(BIN_DIR)/parrot-lua@exe@
@cd $(PMCDIR) && $(PMCBUILD) copy "--destination=$(LIB_DIR)/dynext" $(PMCS)
-$(MKPATH) $(LIB_DIR)/languages/lua
$(CP) lua.pbc $(LIB_DIR)/languages/lua/lua.pbc
-$(MKPATH) $(LIB_DIR)/languages/lua/library
Expand Down

0 comments on commit 29dd321

Please sign in to comment.