Changeset 09e0df6 in rtems


Ignore:
Timestamp:
01/07/00 14:54:59 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
35d9acb3
Parents:
c3538f3
Message:

Patch from Ralf Corsepius <corsepiu@…> that corrects a
patch from Emmanuel Raguet <raguet@…>. Emmanuel's patch
was against the Makefile.in's generated from the Makefile.am's
patched in this file.

Location:
c/src/librdbg/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/librdbg/src/i386/any/Makefile.am

    rc3538f3 r09e0df6  
    2121# Generated C source names, if any, go here -- minus the .c
    2222GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
    23 GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
     23GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
    2424
    2525# H source names, if any, go here -- minus the .h
  • c/src/librdbg/src/powerpc/mcp750/Makefile.am

    rc3538f3 r09e0df6  
    2121# Generated C source names, if any, go here -- minus the .c
    2222GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
    23 GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
     23GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
    2424
    2525# H source names, if any, go here -- minus the .h
  • c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am

    rc3538f3 r09e0df6  
    2121# Generated C source names, if any, go here -- minus the .c
    2222GEN_C_FILES = remdeb_xdr.c remdeb_svc.c
    23 GEN_C_O_FILES = $(GEN_C_PIECES:%.c=${ARCH}/%.o)
     23GEN_C_O_FILES = $(GEN_C_FILES:%.c=${ARCH}/%.o)
    2424
    2525# H source names, if any, go here -- minus the .h
Note: See TracChangeset for help on using the changeset viewer.