[gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-8
[deliverable/binutils-gdb.git] / binutils / Makefile.am
index e5cf5634a7d071fe896960b96670bcc500384b2d..2ee1196790882688a59e9e3b720078e0ecb86074 100644 (file)
@@ -164,8 +164,13 @@ BFDLIB = ../bfd/libbfd.la
 
 OPCODES = ../opcodes/libopcodes.la
 
+if ENABLE_LIBCTF
 LIBCTF = ../libctf/libctf.la
 LIBCTF_NOBFD = ../libctf/libctf-nobfd.la
+else
+LIBCTF =
+LIBCTF_NOBFD =
+endif
 
 LIBIBERTY = ../libiberty/libiberty.a
 
This page took 0.024285 seconds and 4 git commands to generate.