fongecore / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

suggestion: separate install_lib target in Makefile #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make install_cli doesn't install the lib

What is the expected output? What do you see instead?
Ideally, install_cli would also install rr_lib.rb. Perhaps you could create
an install_lib target and then list it under install_cli and install_gtk?
That way, people who don't want or can't use the gui don't have to edit the
makefile to install the lib correctly. (Same goes for people who want gui
not cli.)

Original issue reported on code.google.com by scott.en...@gmail.com on 18 Feb 2007 at 4:09

GoogleCodeExporter commented 8 years ago
Fixed as requested in revision 73. Due to the make dependency tracking a block 
of 
code will never run twice. Thanks for reporting :D

Original comment by rubyripp...@gmail.com on 18 Feb 2007 at 8:19