aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-09-30 16:38:16 +0000
committerJason Molenda <crash@cygnus>1995-09-30 16:38:16 +0000
commit66efdff90793ccf318c23bcfd52995654ec26404 (patch)
tree13c80fbf1967f90f08cb47df51dd8e6fe3e919ba /gdb/Makefile.in
parenta4bba3e6a59b3d667fad181d563e580e2ac8894b (diff)
downloadgdb-66efdff90793ccf318c23bcfd52995654ec26404.zip
gdb-66efdff90793ccf318c23bcfd52995654ec26404.tar.gz
gdb-66efdff90793ccf318c23bcfd52995654ec26404.tar.bz2
* configure.in: X_INCDIR and X_LIBDIR added.
* Makefile.in: @X_INCDIR@ and @X_LIBDIR@ added. * configure: Regnerated.
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)