From 5cc66964c130ec0521b54325e7050760707773aa Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 13 Jan 2010 05:21:50 +0000 Subject: Fix libuuid header location and reenable building of mkfs.ubifs SVN-Revision: 19113 --- tools/libuuid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/libuuid') 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 -- cgit v1.2.3