diff options
author | Stu Grossman <grossman@cygnus> | 1996-01-16 19:53:13 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-01-16 19:53:13 +0000 |
commit | 640086fd70a5d99224c3f615492217a7e69c3cf8 (patch) | |
tree | b9d881e0b35d7e3591b61599939f422ca8cb1836 /gdb/configure.in | |
parent | 090d784aafc437e47ea434a0948a36ad804f7fde (diff) | |
download | gdb-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.in | 2 |
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) ;; |