summaryrefslogtreecommitdiff
path: root/package/libgfortran/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libgfortran/Makefile')
-rw-r--r--package/libgfortran/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgfortran/Makefile b/package/libgfortran/Makefile
index 596a4887c..1f0353bea 100644
--- a/package/libgfortran/Makefile
+++ b/package/libgfortran/Makefile
@@ -23,7 +23,7 @@ INSTALL_STYLE:= manual
libgfortran-install:
$(INSTALL_DIR) ${IDIR_LIBGFORTRAN}/$(ADK_TARGET_LIBC_PATH)
-ifeq ($(ADK_TARGET_USE_STATIC_LIBS),)
+ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),)
ifeq ($(ADK_TARGET_BINFMT_FLAT),)
${CP} ${STAGING_TARGET_DIR}/usr/lib/libgfortran.so* ${IDIR_LIBGFORTRAN}/$(ADK_TARGET_LIBC_PATH)
endif