Changeset d0a3511 in rtems
- Timestamp:
- 01/14/04 06:47:54 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 03ea5323
- Parents:
- 81b29d79
- Location:
- c/src/lib/libcpu/sparc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sparc/ChangeLog
r81b29d79 rd0a3511 1 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cache/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. 4 Add PRE/TMPINSTALL_FILES to CLEANFILES. 5 1 6 2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/sparc/cache/Makefile.am
r81b29d79 rd0a3511 36 36 @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu 37 37 @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp) 38 39 39 40 $(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp) … … 41 42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h 42 43 44 CLEANFILES = $(PREINSTALL_FILES) 45 43 46 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.