Changeset 457cd0f in rtems
- Timestamp:
- 12/02/03 04:44:52 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ad2b936
- Parents:
- ca0de4d7
- Location:
- c/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librtems++/ChangeLog
rca0de4d7 r457cd0f 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove all-local: $(ARCH). 4 1 5 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/librtems++/Makefile.am
rca0de4d7 r457cd0f 49 49 $(INSTALL_DATA) $< $@ 50 50 51 all-local: $ {ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)51 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 52 52 53 53 include $(top_srcdir)/../automake/local.am -
c/src/optman/ChangeLog
rca0de4d7 r457cd0f 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove all-local: $(ARCH). 4 1 5 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/optman/Makefile.am
rca0de4d7 r457cd0f 33 33 $(INSTALL_DATA) $< $@ 34 34 35 all-local: $ {ARCH} $(PGMS) $(TMPINSTALL_FILES)35 all-local: $(PGMS) $(TMPINSTALL_FILES) 36 36 37 37 install-data-local: $(PGMS)
Note: See TracChangeset
for help on using the changeset viewer.