patch from steven.jenkins@ieee.org (Steven Jenkins):
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 4 Dec 2004 18:12:35 +0000 (18:12 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 4 Dec 2004 18:12:35 +0000 (18:12 +0000)
commitca83900fcf0289be0a0aac47767154f4ac827b29
tree5fe5a1a54fed2ab347cc5baea4892cd7f6142858
parentd0b58e51d0c034e54f437b5285d5f44a680143e6
patch from steven.jenkins@ieee.org (Steven Jenkins):

'setup.rb config' calls 'extconf.rb' in the ext directory to build the extension
Makefile. 'extconf.rb' looks for C source files in the directory when it runs,
so SWIG needs to run before 'setup.rb config'. The attached patch makes the
output of SWIG a prerequisite for ext/Makefile.
swig/ruby/Makefile.am