1Index: ruby-1.9.3-p392/lib/mkmf.rb
2===================================================================
3--- ruby-1.9.3-p392.orig/lib/mkmf.rb
4+++ ruby-1.9.3-p392/lib/mkmf.rb
5@@ -2039,8 +2039,8 @@ static: $(STATIC_LIB)#{$extout ? " insta
6 end
7 for f in files
8 dest = "#{dir}/#{File.basename(f)}"
9- mfile.print("install-rb#{sfx}: #{dest} #{dir}\n")
10- mfile.print("#{dest}: #{f}\n")
11+ mfile.print("install-rb#{sfx}: #{dest}\n")
12+ mfile.print("#{dest}: #{f} #{timestamp_file(dir)}\n")
13 mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $(@D#{sep})\n")
14 if defined?($installed_list) and !$extout
15 mfile.print("\t@echo #{dest}>>$(INSTALLED_LIST)\n")