Skip to content

Commit

Permalink
Temporarily fix makefile construction to still work with Parrot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick R. Michaud committed Feb 8, 2009
1 parent 13f6779 commit 6aaec33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Configure.pl
Expand Up @@ -91,6 +91,7 @@ sub create_makefile {
die "Unable to read config/makefiles/root.in \n";
my $maketext = join('', <ROOTIN>);
close(ROOTIN);
$maketext =~ s{//}{/}g;
$maketext =~ s/@(\w+)@/$config{$1}/g;

print "Creating Makefile\n";
Expand Down
2 changes: 1 addition & 1 deletion config/makefiles/root.in
Expand Up @@ -155,7 +155,7 @@ perl6$(EXE): perl6.pbc
spectest_checkout : t/spec

t/spec :
svn co http://svn.pugscode.org/pugs/t/spec t/spec
svn co http:////svn.pugscode.org/pugs/t/spec t/spec

spectest_update :
-cd t/spec && svn up
Expand Down

0 comments on commit 6aaec33

Please sign in to comment.