mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:25:16 +08:00
cpukit/libxz: Fix the include path to remove the make warnings.
This commit is contained in:
+2
-3
@@ -50,15 +50,14 @@ include_uuid_HEADERS = libmisc/uuid/uuid.h
|
||||
include_utf8procdir = $(includedir)/utf8proc
|
||||
include_utf8proc_HEADERS = libmisc/utf8proc/utf8proc.h
|
||||
|
||||
include_xzdir = $(includedir)
|
||||
include_xz_HEADERS = libmisc/xz/xz.h
|
||||
|
||||
include_sysdir = $(includedir)/sys
|
||||
include_sys_HEADERS =
|
||||
|
||||
include_HEADERS += include/crypt.h
|
||||
include_HEADERS += include/memory.h
|
||||
|
||||
include_HEADERS += libmisc/xz/xz.h
|
||||
|
||||
include_sys_HEADERS += libcsupport/include/sys/event.h
|
||||
include_sys_HEADERS += libcsupport/include/sys/filio.h
|
||||
include_sys_HEADERS += libcsupport/include/sys/ioccom.h
|
||||
|
||||
@@ -50,15 +50,6 @@ $(PROJECT_INCLUDE)/utf8proc/utf8proc.h: libmisc/utf8proc/utf8proc.h $(PROJECT_IN
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/utf8proc/utf8proc.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/utf8proc/utf8proc.h
|
||||
|
||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||
@$(MKDIR_P) $(PROJECT_INCLUDE)
|
||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
|
||||
$(PROJECT_INCLUDE)/xz.h: libmisc/xz/xz.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/xz.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/xz.h
|
||||
|
||||
$(PROJECT_INCLUDE)/sys/$(dirstamp):
|
||||
@$(MKDIR_P) $(PROJECT_INCLUDE)/sys
|
||||
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||
@@ -72,6 +63,10 @@ $(PROJECT_INCLUDE)/memory.h: include/memory.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/memory.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h
|
||||
|
||||
$(PROJECT_INCLUDE)/xz.h: libmisc/xz/xz.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/xz.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/xz.h
|
||||
|
||||
$(PROJECT_INCLUDE)/sys/event.h: libcsupport/include/sys/event.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/event.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/event.h
|
||||
|
||||
Reference in New Issue
Block a user