2009-02-08 Robert Millan <rmh@aybabtu.com>
* Makefile.in (host_os, host_cpu): New variables. (target_os): Remove. Update all users.
This commit is contained in:
parent
d64399b562
commit
56978920b1
6 changed files with 23 additions and 20 deletions
|
@ -579,7 +579,7 @@ CLEANFILES += update-grub_lib
|
|||
./config.status --file=$@:$<
|
||||
chmod +x $@
|
||||
grub-mkconfig_SCRIPTS = 00_header 10_linux 10_hurd 10_freebsd 30_os-prober 40_custom
|
||||
ifeq ($(target_os), cygwin)
|
||||
ifeq ($(host_os), cygwin)
|
||||
grub-mkconfig_SCRIPTS += 10_windows
|
||||
endif
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ CLEANFILES += update-grub_lib
|
|||
./config.status --file=$@:$<
|
||||
chmod +x $@
|
||||
grub-mkconfig_SCRIPTS = 00_header 10_linux 10_hurd 10_freebsd 30_os-prober 40_custom
|
||||
ifeq ($(target_os), cygwin)
|
||||
ifeq ($(host_os), cygwin)
|
||||
grub-mkconfig_SCRIPTS += 10_windows
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue