X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Flibuuid%2FMakefile;h=f15a87a935e057cf00dbd7f871b733df64761017;hb=e30e495bb1cd6df96e6b246a89c8eade514031c7;hp=4e6602e4884b3569b9e70690d40e37f9622d2eaf;hpb=546023e7ae4db30ab0e9550a8126b63eb79cb2e1;p=openwrt-10.03%2F.git diff --git a/tools/libuuid/Makefile b/tools/libuuid/Makefile index 4e6602e48..f15a87a93 100644 --- a/tools/libuuid/Makefile +++ b/tools/libuuid/Makefile @@ -32,18 +32,18 @@ define Host/Configure endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid + $(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid libuuid.a endef define Host/Install $(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/ + $(CP) $(HOST_BUILD_DIR)/lib/uuid/libuuid.a $(STAGING_DIR_HOST)/lib/ endef define Host/Clean rm -f $(STAGING_DIR_HOST)/include/uuid/uuid.h - rm -f $(STAGING_DIR_HOST)/lib/uuid/libuuid.{so*,a} + rm -f $(STAGING_DIR_HOST)/lib/uuid/libuuid.* $(call Host/Clean/Default) endef