Changeset 08119f1 in rtems
- Timestamp:
- 04/01/04 11:04:16 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5f8d82b7
- Parents:
- 30f66299
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r30f66299 r08119f1 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * sapi/Makefile.am: Install confdefs.h to $(includedir)/rtems. 4 1 5 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/sapi/Makefile.am
r30f66299 r08119f1 6 6 include $(top_srcdir)/automake/compile.am 7 7 8 include_HEADERS = include/confdefs.h9 10 8 include_rtemsdir = $(includedir)/rtems 11 9 12 include_rtems_HEADERS = include/rtems/config.h include/rtems/extension.h \ 10 include_rtems_HEADERS = include/confdefs.h 11 include_rtems_HEADERS += include/rtems/config.h include/rtems/extension.h \ 13 12 include/rtems/fatal.h include/rtems/init.h include/rtems/io.h \ 14 13 include/rtems/mptables.h include/rtems/sptables.h … … 47 46 PREINSTALL_FILES = 48 47 49 $(PROJECT_INCLUDE)/$(dirstamp):50 @$(mkdir_p) $(PROJECT_INCLUDE)51 @: > $(PROJECT_INCLUDE)/$(dirstamp)52 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)53 54 $(PROJECT_INCLUDE)/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/$(dirstamp)55 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/confdefs.h56 PREINSTALL_FILES += $(PROJECT_INCLUDE)/confdefs.h57 58 48 $(PROJECT_INCLUDE)/rtems/$(dirstamp): 59 49 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems 60 50 @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) 61 51 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) 52 53 $(PROJECT_INCLUDE)/rtems/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) 54 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/confdefs.h 55 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/confdefs.h 62 56 63 57 $(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
Note: See TracChangeset
for help on using the changeset viewer.