Changeset 5e53a556 in rtems


Ignore:
Timestamp:
07/21/02 16:53:20 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c08c6b5
Parents:
a36f4a8
Message:

2002-07-21 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Reformat.
Location:
c/src/lib/libbsp/a29k/portsw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/a29k/portsw/ChangeLog

    ra36f4a8 r5e53a556  
     12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * startup/Makefile.am: Reformat.
     4
    152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/a29k/portsw/startup/Makefile.am

    ra36f4a8 r5e53a556  
    22## $Id$
    33##
    4 
    54
    65VPATH = @srcdir@:@srcdir@/../../../shared
     
    3736
    3837# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
    39 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ramlink \
    40     $(PROJECT_RELEASE)/lib/linkcmds \
    41     $(PROJECT_RELEASE)/lib/romlink
     38TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ramlink
     39TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
     40TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/romlink
    4241
    4342all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
Note: See TracChangeset for help on using the changeset viewer.