Skip to content

Commit

Permalink
Don't make in the Makefile rule, just create the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Oct 31, 2011
1 parent 2661f90 commit 00aba6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -200,7 +200,7 @@ task :testgem => "Makefile" do
end

file "Makefile" => "configure" do
sh "./configure --program-suffix=19 && make"
sh "./configure --program-suffix=19"
end

file "configure" do
Expand Down

0 comments on commit 00aba6c

Please sign in to comment.