Changeset bc92457 in rtems


Ignore:
Timestamp:
08/16/03 12:53:29 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7d751b6
Parents:
635d918
Message:

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
dlentry/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/powerpc/gen405
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/gen405/ChangeLog

    r635d918 rbc92457  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        dlentry/Makefile.am: Reflect having moved automake.
     5        include/Makefile.am: Reflect having moved automake.
     6        startup/Makefile.am: Reflect having moved automake.
     7        wrapup/Makefile.am: Reflect having moved automake.
     8
    192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libbsp/powerpc/gen405/Makefile.am

    r635d918 rbc92457  
    1313EXTRA_DIST = bsp_specs times
    1414
    15 include $(top_srcdir)/../../../../../../automake/subdirs.am
    16 include $(top_srcdir)/../../../../../../automake/local.am
     15include $(top_srcdir)/../../../../automake/subdirs.am
     16include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am

    r635d918 rbc92457  
    1111OBJS = $(S_O_FILES)
    1212
    13 include $(top_srcdir)/../../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../../automake/lib.am
     13include $(top_srcdir)/../../../../automake/compile.am
     14include $(top_srcdir)/../../../../automake/lib.am
    1515
    1616#
     
    2929EXTRA_DIST = dlentry.S
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/gen405/include/Makefile.am

    r635d918 rbc92457  
    1717all-local: $(TMPINSTALL_FILES)
    1818
    19 include $(top_srcdir)/../../../../../../automake/force-preinstall.am
    20 include $(top_srcdir)/../../../../../../automake/local.am
     19include $(top_srcdir)/../../../../automake/force-preinstall.am
     20include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am

    r635d918 rbc92457  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(top_srcdir)/../../../../../../automake/compile.am
    17 include $(top_srcdir)/../../../../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/compile.am
     17include $(top_srcdir)/../../../../automake/lib.am
    1818
    1919#
     
    3838EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.dl setvec.c
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am

    r635d918 rbc92457  
    1414LIB = $(ARCH)/libbsp.a
    1515
    16 include $(top_srcdir)/../../../../../../automake/compile.am
    17 include $(top_srcdir)/../../../../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/compile.am
     17include $(top_srcdir)/../../../../automake/lib.am
    1818
    1919#
     
    2626all-local: $(ARCH) $(LIB)
    2727
    28 include $(top_srcdir)/../../../../../../automake/local.am
     28include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.