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
|
@ -47,8 +47,10 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
|
||||
host_os = @host_os@
|
||||
host_cpu = @host_cpu@
|
||||
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
platform = @platform@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue