We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b841 commit 2fe8b9cCopy full SHA for 2fe8b9c
lib/mkmf.rb
@@ -2594,7 +2594,7 @@ def create_makefile(target, srcprefix = nil)
2594
dest = "#{dir}/#{File.basename(f)}"
2595
mfile.print("do-install-rb#{sfx}: #{dest}\n")
2596
mfile.print("#{dest}: #{f} #{timestamp_file(dir, target_prefix)}\n")
2597
- mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $(@D)\n")
+ mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $@\n")
2598
if defined?($installed_list) and !$extout
2599
mfile.print("\t@echo #{dest}>>$(INSTALLED_LIST)\n")
2600
end
0 commit comments