Make the symbolic link using the correct variable!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2004-12-24 06:49:16 +00:00
parent 1ac82ad26f
commit 3bf6960f3e
2 changed files with 4 additions and 4 deletions

View File

@@ -153,10 +153,10 @@ case $llvm_cv_platform_type in
;; ;;
esac esac
dnl Make a link from lib/System/platform to lib/System/$llvm_cv_platform_type dnl Make a link from lib/System/platform to lib/System/$llvm_cv_os_type
dnl This helps the #inclusion of the system specific include files dnl This helps the #inclusion of the system specific include files
dnl for the operating system abstraction library, lib/System. dnl for the operating system abstraction library, lib/System.
AC_CONFIG_LINKS(lib/System/platform:lib/System/$llvm_cv_platform_type) AC_CONFIG_LINKS(lib/System/platform:lib/System/$llvm_cv_os_type)
dnl If we are targetting a Sparc machine running Solaris, pretend that it is dnl If we are targetting a Sparc machine running Solaris, pretend that it is
dnl V9, since that is all that we support at the moment, and autoconf will only dnl V9, since that is all that we support at the moment, and autoconf will only

4
configure vendored
View File

@@ -1764,7 +1764,7 @@ _ACEOF
;; ;;
esac esac
ac_config_links="$ac_config_links lib/System/platform:lib/System/$llvm_cv_platform_type" ac_config_links="$ac_config_links lib/System/platform:lib/System/$llvm_cv_os_type"
case $target in case $target in
@@ -30321,7 +30321,7 @@ do
"tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;; "tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
"tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;; "tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
"docs/doxygen.cfg" ) CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;; "docs/doxygen.cfg" ) CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
"lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$llvm_cv_platform_type" ;; "lib/System/platform" ) CONFIG_LINKS="$CONFIG_LINKS lib/System/platform:lib/System/$llvm_cv_os_type" ;;
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;; "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
"Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;; "Makefile.common" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
"examples/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS examples/Makefile" ;; "examples/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS examples/Makefile" ;;