From a2e5113512e893029a6b8c52b23ab0349ca76071 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 11 Aug 2007 22:26:56 +0000 Subject: Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib --- package/dmalloc/dmalloc.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/dmalloc') diff --git a/package/dmalloc/dmalloc.mk b/package/dmalloc/dmalloc.mk index daff9f8e2..e93bf7679 100644 --- a/package/dmalloc/dmalloc.mk +++ b/package/dmalloc/dmalloc.mk @@ -58,7 +58,7 @@ $(DMALLOC_DIR)/.configured: $(DMALLOC_DIR)/.unpacked --sysconfdir=/etc \ --datadir=/usr/share \ --localstatedir=/var \ - --includedir=/include \ + --includedir=/usr/include \ --mandir=/usr/man \ --infodir=/usr/info \ --enable-shlib \ @@ -84,14 +84,14 @@ $(TARGET_DIR)/$(DMALLOC_TARGET_BINARY): $(DMALLOC_DIR)/$(DMALLOC_BINARY) dmalloc: uclibc $(TARGET_DIR)/$(DMALLOC_TARGET_BINARY) -dmalloc-clean: +dmalloc-clean: rm -f $(TARGET_DIR)/usr/lib/libdmalloc* rm -f $(STAGING_DIR)/usr/lib/libdmalloc* - rm -f $(STAGING_DIR)/include/dmalloc.h + rm -f $(STAGING_DIR)/usr/include/dmalloc.h rm -f $(TARGET_DIR)/$(DMALLOC_TARGET_BINARY) $(MAKE) -C $(DMALLOC_DIR) clean -dmalloc-dirclean: +dmalloc-dirclean: rm -rf $(DMALLOC_DIR) -- cgit v1.2.3