Do not accidentally include in-tree readline headers
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 8d780ac75883ad229889c7dd64e4b604751260d7..5b3a952fce8a1d2e77deea45da5c725ab8839d19 100644 (file)
@@ -446,8 +446,7 @@ OPCODES = $(OPCODES_DIR)/libopcodes.a
 # Where are the other opcode tables which only have header file
 # versions?
 OP_INCLUDE = $(INCLUDE_DIR)/opcode
-# Some source files like to use #include "opcodes/file.h"
-OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/..
+OPCODES_CFLAGS = -I$(OP_INCLUDE)
 
 # The simulator is usually nonexistent; targets that include one
 # should set this to list all the .o or .a files to be linked in.
This page took 0.024202 seconds and 4 git commands to generate.