[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RGDB patch for rtems-19991203
- Date: Wed, 08 Dec 1999 14:24:29 +0100
- From: raguet at crf.canon.fr (Emmanuel Raguet)
- Subject: RGDB patch for rtems-19991203
Hello !
Here a patch which fixes bugs in Makefile.in files
for librdbg.
-- Emmanuel
| Emmanuel RAGUET |
_ | CANON CRF - Communication Dept. | _
/ )| Tel: +33(0)2 99 87 96 47 |( \
/ / | Fax: +33(0)2 99 84 11 30 | \ \
_( (_ | _ http://www.crf.canon.fr _ | _) )_
(((\ \>|_/ )_________________________( \_|</ /)))
(\\\\ \_/ / \ \_/ ////)
\ / \ /
\ _/ \_ /
/ / \ \
-------------- next part --------------
diff -r -N -c rtems-19991203/c/src/librdbg/src/i386/pc386/Makefile.in rtems-19991203-new/c/src/librdbg/src/i386/pc386/Makefile.in
*** rtems-19991203/c/src/librdbg/src/i386/pc386/Makefile.in Fri Dec 3 19:10:04 1999
--- rtems-19991203-new/c/src/librdbg/src/i386/pc386/Makefile.in Wed Dec 8 10:17:10 1999
***************
*** 106,112 ****
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
! GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h
--- 106,112 ----
# Generated C source names, if any, go here -- minus the .c
GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
! GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
# H source names, if any, go here -- minus the .h
H_FILES = remdeb.h
diff -r -N -c rtems-19991203/c/src/librdbg/src/powerpc/mcp750/Makefile.in rtems-19991203-new/c/src/librdbg/src/powerpc/mcp750/Makefile.in
*** rtems-19991203/c/src/librdbg/src/powerpc/mcp750/Makefile.in Fri Dec 3 19:10:05 1999
--- rtems-19991203-new/c/src/librdbg/src/powerpc/mcp750/Makefile.in Wed Dec 8 10:15:28 1999
***************
*** 94,101 ****
VPATH = @srcdir@:@srcdir@/..:@srcdir@/../..
! LIBNAME = librdbg.a
! LIB = ${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES = rdbg servcon servbkpt servrpc excep excep_f servtgt servtsp servutil _servtgt rdbg_f ptrace
--- 94,101 ----
VPATH = @srcdir@:@srcdir@/..:@srcdir@/../..
! LIBNAME = librdbg
! LIB = ${ARCH}/${LIBNAME}.a
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES = rdbg servcon servbkpt servrpc excep excep_f servtgt servtsp servutil _servtgt rdbg_f ptrace