forked from Imagelibrary/rtems
Regenerate.
This commit is contained in:
@@ -33,10 +33,6 @@ $(PROJECT_INCLUDE)/syslog.h: syslog.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/syslog.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/syslog.h
|
||||
|
||||
$(PROJECT_INCLUDE)/memory.h: memory.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/memory.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h
|
||||
|
||||
$(PROJECT_INCLUDE)/arpa/$(dirstamp):
|
||||
@$(mkdir_p) $(PROJECT_INCLUDE)/arpa
|
||||
@: > $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
||||
@@ -308,6 +304,10 @@ $(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h: rtems/rtems_bsdnet_internal.h
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems_bsdnet_internal.h
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/dhcp.h: rtems/dhcp.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/dhcp.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/dhcp.h
|
||||
|
||||
$(PROJECT_INCLUDE)/rtems/tftp.h: rtems/tftp.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tftp.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tftp.h
|
||||
|
||||
@@ -127,6 +127,10 @@ $(PROJECT_INCLUDE)/sys/$(dirstamp):
|
||||
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||
|
||||
$(PROJECT_INCLUDE)/memory.h: libnetworking/memory.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/memory.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h
|
||||
|
||||
if RTEMS_PROVIDES_STDINT_H
|
||||
$(PROJECT_INCLUDE)/stdint.h: libcsupport/include/stdint.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/stdint.h
|
||||
|
||||
Reference in New Issue
Block a user