Get SHLIBEXT variable from configure script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-01-21 19:39:07 +00:00
parent cea9a609d5
commit 88aeace318

View File

@ -115,6 +115,9 @@ PAPIDIR := @PAPIDIR@
# Disable LLC diffs for testing.
@DISABLE_LLC_DIFFS@
# Shared library extension for this platform.
SHLIBEXT = @SHLIBEXT@
###########################################################################
# Directory Configuration
# This section of the Makefile determines what is where. To be