Use compiled instead of complied
Capitalize creates
This commit is contained in:
parent
4a2b5102c1
commit
bdb7345ce9
Notes:
git
2022-04-27 04:39:21 +09:00
@ -67,7 +67,7 @@ module MakeMakefile
|
||||
C_EXT = %w[c m]
|
||||
|
||||
##
|
||||
# Extensions for files complied with a C++ compiler
|
||||
# Extensions for files compiled with a C++ compiler
|
||||
|
||||
CXX_EXT = %w[cc mm cxx cpp]
|
||||
unless File.exist?(File.join(*File.split(__FILE__).tap {|d, b| b.swapcase}))
|
||||
@ -2109,7 +2109,7 @@ preload = #{defined?($preload) && $preload ? $preload.join(' ') : ''}
|
||||
end
|
||||
# :startdoc:
|
||||
|
||||
# creates a stub Makefile.
|
||||
# Creates a stub Makefile.
|
||||
#
|
||||
def dummy_makefile(srcdir)
|
||||
configuration(srcdir) << <<RULES << CLEANINGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user