aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2938c63..98bae40 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -136,8 +136,8 @@ TCL_CFLAGS = @TCLHDIR@
TK = @TKLIB@
TK_CFLAGS = @TKHDIR@
-X11 = @X_LIBS@ @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
-X11_CFLAGS = @X_CFLAGS@
+X11 = @X_LIBDIR@ @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
+X11_CFLAGS = @X_INCDIR@ @X_CFLAGS@
ENABLE_GDBTK= @ENABLE_GDBTK@
#end-sanitize-gdbtk
@@ -1339,7 +1339,7 @@ remote-adapt.o: remote-adapt.c $(wait_h) $(defs_h) $(gdbcore_h) \
$(inferior_h) target.h terminal.h
remote-rdp.o: remote-rdp.c $(wait_h) $(defs_h) $(gdbcore_h) \
- $(inferior_h) remote-rdp.h
+ $(inferior_h)
remote-bug.o: remote-bug.c $(wait_h) $(defs_h) $(gdbcore_h) \
$(inferior_h) target.h terminal.h $(remote_utils_h)