Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbust installation with current rakudo
  • Loading branch information
moritz committed Sep 29, 2012
1 parent 86e1381 commit 6efd237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,8 +7,8 @@ MKPATH = $(PERL_EXE) -MExtUtils::Command -e mkpath
RM_F = $(PERL_EXE) -MExtUtils::Command -e rm_f
TEST_F = $(PERL_EXE) -MExtUtils::Command -e test_f
# try to make these OS agnostic (ie use the same definition on Unix and Windows)
LIBSYSTEM = $(shell $(PERL6_EXE) -e 'print @*INC[2]')
LIBUSER = $(shell $(PERL6_EXE) -e 'print @*INC[1]')
LIBSYSTEM = $(shell $(PERL6_EXE) -e 'print @*INC[1]')
LIBUSER = $(shell $(PERL6_EXE) -e 'print @*INC[0]')

# first (therefore default) target is DBIish.pir
all: lib/DBIish.pir
Expand Down

0 comments on commit 6efd237

Please sign in to comment.