2006-06-02 Yoshinori K. Okuji <okuji@enbug.org>
* conf/common.rmk (grub_modules_init.lst): Depended on grub_emu_SOURCES, excluding grub_emu_init.c, instead of MODSRCFILES. * genmk.rb (PModule::rule): Reverted the previous change.
This commit is contained in:
parent
cfca1cfd8e
commit
b4c1940a25
5 changed files with 10 additions and 53 deletions
2
genmk.rb
2
genmk.rb
|
@ -96,7 +96,6 @@ class PModule
|
|||
|
||||
def rule(sources)
|
||||
prefix = @name.to_var
|
||||
sources_str = sources.join(' ')
|
||||
objs = sources.collect do |src|
|
||||
raise "unknown source file `#{src}'" if /\.[cS]$/ !~ src
|
||||
prefix + '-' + src.to_obj
|
||||
|
@ -116,7 +115,6 @@ class PModule
|
|||
ifneq ($(#{prefix}_EXPORTS),no)
|
||||
CLEANFILES += #{defsym}
|
||||
DEFSYMFILES += #{defsym}
|
||||
MODSRCFILES += #{sources_str}
|
||||
endif
|
||||
MOSTLYCLEANFILES += #{deps_str}
|
||||
UNDSYMFILES += #{undsym}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue