We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffe16c commit cae8824Copy full SHA for cae8824
1 file changed
lib/mkmf.rb
@@ -2567,6 +2567,7 @@ def create_makefile(target, srcprefix = nil)
2567
mfile.print "\t$(INSTALL_PROG) #{fseprepl[f]} #{dir}\n"
2568
if defined?($installed_list)
2569
mfile.print "\t@echo #{dir}/#{File.basename(f)}>>$(INSTALLED_LIST)\n"
2570
+ mfile.print "\t-$(Q)$(RM) mkmf.log\n"
2571
end
2572
2573
mfile.print "clean-static::\n"
0 commit comments