aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-01-16 19:53:13 +0000
committerStu Grossman <grossman@cygnus>1996-01-16 19:53:13 +0000
commit640086fd70a5d99224c3f615492217a7e69c3cf8 (patch)
treeb9d881e0b35d7e3591b61599939f422ca8cb1836 /gdb/configure.in
parent090d784aafc437e47ea434a0948a36ad804f7fde (diff)
downloadgdb-640086fd70a5d99224c3f615492217a7e69c3cf8.zip
gdb-640086fd70a5d99224c3f615492217a7e69c3cf8.tar.gz
gdb-640086fd70a5d99224c3f615492217a7e69c3cf8.tar.bz2
* Makefile.in (CLIBS): Add LIBS to allow libraries to be
specified on the make command line (via make LIBS=xxx). start-sanitize-gm * configure.in (enable-gm): magic.o -> gmagic.o. end-sanitize-gm
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 8a4bfed..959e7b4 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -64,7 +64,7 @@ ENABLE_GM=
AC_ARG_ENABLE(gm,
[ --enable-gm ],
[case "${enableval}" in
-yes) ENABLE_OBS="${ENABLE_OBS} magic.o"
+yes) ENABLE_OBS="${ENABLE_OBS} gmagic.o"
ENABLE_CFLAGS=-DGENERAL_MAGIC
;;
no) ;;