Changeset 8956e27 in rtems for cpukit/score/cpu/h8300/Makefile.am
- Timestamp:
- 01/14/04 05:31:43 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- db44e38c
- Parents:
- 8dbe311c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/h8300/Makefile.am
r8dbe311c r8956e27 31 31 @$(mkdir_p) $(PROJECT_INCLUDE) 32 32 @: > $(PROJECT_INCLUDE)/$(dirstamp) 33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) 33 34 34 35 $(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp) … … 39 40 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score 40 41 @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 41 43 42 44 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) … … 52 54 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h 53 55 56 CLEANFILES += $(PREINSTALL_FILES) 57 54 58 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.