Changeset 457cd0f in rtems


Ignore:
Timestamp:
12/02/03 04:44:52 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ad2b936
Parents:
ca0de4d7
Message:

2003-12-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove all-local: $(ARCH).
Location:
c/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/librtems++/ChangeLog

    rca0de4d7 r457cd0f  
     12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Remove all-local: $(ARCH).
     4
    152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/librtems++/Makefile.am

    rca0de4d7 r457cd0f  
    4949        $(INSTALL_DATA) $< $@
    5050
    51 all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
     51all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
    5252
    5353include $(top_srcdir)/../automake/local.am
  • c/src/optman/ChangeLog

    rca0de4d7 r457cd0f  
     12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Remove all-local: $(ARCH).
     4
    152003-09-04      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/optman/Makefile.am

    rca0de4d7 r457cd0f  
    3333        $(INSTALL_DATA) $< $@
    3434
    35 all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
     35all-local: $(PGMS) $(TMPINSTALL_FILES)
    3636
    3737install-data-local: $(PGMS)
Note: See TracChangeset for help on using the changeset viewer.