Changeset f28dcc91 in rtems


Ignore:
Timestamp:
03/04/05 16:20:27 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b3f80031
Parents:
ff1eb4c0
Message:

Regenerate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/preinstall.am

    rff1eb4c0 rf28dcc91  
    128128PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sys/$(dirstamp)
    129129
     130if RTEMS_PROVIDES_STDINT_H
    130131$(PROJECT_INCLUDE)/stdint.h: libcsupport/include/stdint.h $(PROJECT_INCLUDE)/$(dirstamp)
    131132        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/stdint.h
    132133PREINSTALL_FILES += $(PROJECT_INCLUDE)/stdint.h
    133 
     134endif
     135if RTEMS_PROVIDES_INTTYPES_H
    134136$(PROJECT_INCLUDE)/inttypes.h: libcsupport/include/inttypes.h $(PROJECT_INCLUDE)/$(dirstamp)
    135137        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/inttypes.h
    136138PREINSTALL_FILES += $(PROJECT_INCLUDE)/inttypes.h
    137 
     139endif
    138140$(PROJECT_INCLUDE)/tar.h: libcsupport/include/tar.h $(PROJECT_INCLUDE)/$(dirstamp)
    139141        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tar.h
Note: See TracChangeset for help on using the changeset viewer.