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:
robertmh 2009-02-08 19:59:32 +00:00
parent d64399b562
commit 56978920b1
6 changed files with 23 additions and 20 deletions

View file

@ -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@