mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 21:52:43 +00:00
* configure.ac: Put platform and target_cpu substitutions back since
they are used for directories.
This commit is contained in:
parent
817e6abcd0
commit
071114bb3e
@ -1,3 +1,8 @@
|
||||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Put platform and target_cpu substitutions back since
|
||||
they are used for directories.
|
||||
|
||||
2012-02-27 Richard Laager <rlaager@wiktel.com>
|
||||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
|
@ -186,6 +186,9 @@ AC_SUBST(host_cpu)
|
||||
AC_SUBST(host_os)
|
||||
AC_SUBST(host_kernel)
|
||||
|
||||
AC_SUBST(target_cpu)
|
||||
AC_SUBST(platform)
|
||||
|
||||
# Define default variables
|
||||
|
||||
have_with_bootdir=n
|
||||
|
Loading…
Reference in New Issue
Block a user