Changeset 4dd9c719 in rtems
- Timestamp:
- Nov 9, 2004, 1:19:36 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b6a6bfc4
- Parents:
- a0596b41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/Makefile.am
ra0596b41 r4dd9c719 29 29 if RTEMS_PROVIDES_STDINT_H 30 30 include_HEADERS += include/stdint.h 31 include_sys_HEADERS += include/sys/_stdint.h32 31 endif 33 32 34 33 if RTEMS_PROVIDES_INTTYPES_H 35 34 include_HEADERS += include/inttypes.h 36 include_sys_HEADERS += include/sys/_inttypes.h37 35 endif 38 36 #endif … … 230 228 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/stdint.h 231 229 PREINSTALL_FILES += $(PROJECT_INCLUDE)/stdint.h 232 233 $(PROJECT_INCLUDE)/sys/_stdint.h: include/sys/_stdint.h $(PROJECT_INCLUDE)/sys/$(dirstamp)234 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/_stdint.h235 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/_stdint.h236 230 endif 237 231 … … 240 234 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/inttypes.h 241 235 PREINSTALL_FILES += $(PROJECT_INCLUDE)/inttypes.h 242 243 $(PROJECT_INCLUDE)/sys/_inttypes.h: include/sys/_inttypes.h $(PROJECT_INCLUDE)/sys/$(dirstamp)244 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/_inttypes.h245 PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/_inttypes.h246 236 endif 247 237
Note: See TracChangeset
for help on using the changeset viewer.