X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1de4e257583ac032a563c0fed29943180f378056..461c02892a66114b759f4b0483ff93b643e835a5:/tools/libuuid/Makefile diff --git a/tools/libuuid/Makefile b/tools/libuuid/Makefile index 672591fe1..4e6602e48 100644 --- a/tools/libuuid/Makefile +++ b/tools/libuuid/Makefile @@ -36,13 +36,13 @@ define Host/Compile endef define Host/Install - $(INSTALL_DIR) $(STAGING_DIR_HOST)/{lib,include} - $(CP) $(HOST_BUILD_DIR)/lib/uuid/uuid.h $(STAGING_DIR_HOST)/include/ + $(INSTALL_DIR) $(STAGING_DIR_HOST)/{lib,include/uuid} + $(CP) $(HOST_BUILD_DIR)/lib/uuid/uuid.h $(STAGING_DIR_HOST)/include/uuid/ $(CP) $(HOST_BUILD_DIR)/lib/uuid/libuuid.{so*,a} $(STAGING_DIR_HOST)/lib/ endef define Host/Clean - rm -f $(STAGING_DIR_HOST)/include/uuid.h + rm -f $(STAGING_DIR_HOST)/include/uuid/uuid.h rm -f $(STAGING_DIR_HOST)/lib/uuid/libuuid.{so*,a} $(call Host/Clean/Default) endef