diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2005-02-20 23:06:03 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-02-20 23:06:03 +0000 |
| commit | d7234520672df330bf5192eae7de1c0579916373 (patch) | |
| tree | d563aa2fa7bf70ba21255e651e077723b69a7d9a /gnu | |
| parent | e8ed933099e4bde79addfc530a5eb0c4ae5669f1 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/kgdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/kgdb/Makefile b/gnu/usr.bin/gdb/kgdb/Makefile index d688bb69e750c..8093f9ce2b571 100644 --- a/gnu/usr.bin/gdb/kgdb/Makefile +++ b/gnu/usr.bin/gdb/kgdb/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= kgdb${GDB_SUFFIX} -SRCS= main.c kthr.c trgt.c trgt_${MACHINE_ARCH}.c +SRCS= main.c kthr.c trgt.c trgt_${TARGET_ARCH}.c WARNS?= 2 BULIBS= ${OBJ_BU}/libbfd/libbfd.a ${OBJ_BU}/libopcodes/libopcodes.a \ |
