diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-08 22:40:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-08 22:40:39 +0000 |
commit | f0523145cc30a32daa64dd0bd5661b0b204f00da (patch) | |
tree | 98b41e707e39b9f8bb37bebbc6602adf16ea4a08 /config.make.in | |
parent | c17097f1523ac68c1f65f5bee122dc297ad40455 (diff) | |
download | glibc-f0523145cc30a32daa64dd0bd5661b0b204f00da.tar glibc-f0523145cc30a32daa64dd0bd5661b0b204f00da.tar.gz glibc-f0523145cc30a32daa64dd0bd5661b0b204f00da.tar.bz2 glibc-f0523145cc30a32daa64dd0bd5661b0b204f00da.zip |
* Makerules (install-lib.so rules): Undouble $s in target and dep
parts of o-iterator-doit defns.
(unversioned libraries install rule): Fix pattern.
* mach/Makefile (mach-src-headers): Use $(base-machine) instead of
$(config-machine).
($(includedir)/machine): Likewise.
* config.make.in (base-machine): New variable.
* configure.in (machine): Move case stmt to set $machine out of sysdep
dirs AC_CACHE_CHECK.
(base_machine): New variable, set in that switch and AC_SUBST'd.
* Makerules (stub-$(subdir)): Use file name in directory as output,
since cmd is cd'd.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index dd18fee234..644e5edde5 100644 --- a/config.make.in +++ b/config.make.in @@ -8,6 +8,7 @@ exec_prefix = @exec_prefix@ # System configuration. config-machine = @host_cpu@ +base-machine = @base_machine@ config-vendor = @host_vendor@ config-os = @host_os@ config-sysdirs = @sysnames@ |