This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Fix configure.in typo - ``{'' vs ``(''


FYI,

I've committed the attatched.  It stopped configure --enable-gdbmi from
building in a really wierd way.

	Andrew
Thu Feb 24 18:19:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace.
	* configure: Regenerate.
	
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gdb/configure.in,v
retrieving revision 1.5
diff -p -r1.5 configure.in
*** configure.in	2000/02/23 00:25:42	1.5
--- configure.in	2000/02/24 07:21:24
*************** case ${enable_gdbmi} in
*** 384,390 ****
        CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
        CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_MI_SRCS)"
        CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
!       ENABLE_CFLAGS="${ENABLE_CFLAGS} \${SUBDIR_MI_CFLAGS)"
      fi
      ;;
  esac
--- 384,390 ----
        CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
        CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_MI_SRCS)"
        CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
!       ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_MI_CFLAGS)"
      fi
      ;;
  esac

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]