components/gdb/patches/gdb.gdb.Makefile.in.patch
branchs11-update
changeset 2814 dff3ca0071d6
child 6420 65948e9e205b
equal deleted inserted replaced
2813:db0bfa0fa498 2814:dff3ca0071d6
       
     1 --- gdb-7.6/gdb/Makefile.in	2013-04-02 10:38:43.000000000 -0700
       
     2 +++ gdb-7.6/gdb/Makefile.in	2013-08-25 18:37:15.000000000 -0700
       
     3 @@ -144,7 +144,7 @@
       
     4  # Where is the READLINE library?  Typically in ../readline.
       
     5  READLINE_DIR = ../readline
       
     6  READLINE_SRC = $(srcdir)/$(READLINE_DIR)
       
     7 -READLINE = @READLINE@
       
     8 +READLINE = $(READLINE_DIR)/libreadline.a $(READLINE_DIR)/libhistory.a
       
     9  READLINE_DEPS = @READLINE_DEPS@
       
    10  READLINE_CFLAGS = @READLINE_CFLAGS@
       
    11  
       
    12 @@ -162,7 +162,7 @@
       
    13  GDB_WARN_CFLAGS_NO_FORMAT = `echo " $(GDB_WARN_CFLAGS) " \
       
    14  		   | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"`
       
    15  
       
    16 -RDYNAMIC = @RDYNAMIC@
       
    17 +RDYNAMIC =
       
    18  
       
    19  # Where is the INTL library?  Typically in ../intl.
       
    20  INTL = @LIBINTL@
       
    21 @@ -408,7 +408,7 @@
       
    22  CONFIG_OBS= @CONFIG_OBS@
       
    23  CONFIG_SRCS= @CONFIG_SRCS@
       
    24  CONFIG_DEPS= @CONFIG_DEPS@
       
    25 -CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
       
    26 +CONFIG_LDFLAGS =
       
    27  ENABLE_CFLAGS= @ENABLE_CFLAGS@
       
    28  CONFIG_ALL= @CONFIG_ALL@
       
    29  CONFIG_CLEAN= @CONFIG_CLEAN@
       
    30 @@ -934,7 +934,7 @@
       
    31  
       
    32  TSOBS = inflow.o
       
    33  
       
    34 -SUBDIRS = doc @subdirs@ data-directory $(GNULIB_BUILDDIR)
       
    35 +SUBDIRS = @subdirs@ data-directory $(GNULIB_BUILDDIR)
       
    36  CLEANDIRS = $(SUBDIRS)
       
    37  
       
    38  # List of subdirectories in the build tree that must exist.