Changeset 53a8958 in rtems for cpukit/score/Makefile.am
- Timestamp:
- Dec 12, 2003, 1:39:43 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fc0ec69
- Parents:
- e613583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/Makefile.am
re613583 r53a8958 168 168 169 169 $(PROJECT_INCLUDE)/rtems/$(dirstamp): 170 @$(mk installdirs) $(PROJECT_INCLUDE)/rtems170 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems 171 171 @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) 172 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)173 172 174 173 $(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) … … 185 184 186 185 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp): 187 @$(mk installdirs) $(PROJECT_INCLUDE)/rtems/score186 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score 188 187 @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 189 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)190 188 191 189 $(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
Note: See TracChangeset
for help on using the changeset viewer.