X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Flibuuid%2FMakefile;h=4e6602e4884b3569b9e70690d40e37f9622d2eaf;hb=8b84a711d8dab50385490394a946ac9936515d92;hp=672591fe1d7d4dd986b5c70259668cebac70df9c;hpb=57a971af5d827db619c7114bd40ea2ef7a0a14ab;p=openwrt-github%2F.git diff --git a/tools/libuuid/Makefile b/tools/libuuid/Makefile index 672591fe1d..4e6602e488 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