Changeset e943faf in rtems
- Timestamp:
- 02/09/04 13:03:28 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5d85028
- Parents:
- c25405f
- Location:
- c/src/lib/libbsp/powerpc/psim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/psim/ChangeLog
rc25405f re943faf 1 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Add $(TMPINSTALL_FILES) to all-local. 4 1 5 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/psim/Makefile.am
rc25405f re943faf 120 120 endif 121 121 122 all-local: $(PREINSTALL_FILES) 122 all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 123 123 124 124 PREINSTALL_DIRS =
Note: See TracChangeset
for help on using the changeset viewer.