summaryrefslogtreecommitdiffstats
path: root/package/pkgconfig
diff options
context:
space:
mode:
authorPeter Korsgaard2008-04-01 09:03:07 +0200
committerPeter Korsgaard2008-04-01 09:03:07 +0200
commit34274164d9be605924bb8466fb7639bace5dee2b (patch)
treeb7b40773adbc4ef03bd70fef4ff891a2cc1f311e /package/pkgconfig
parentdirect: don't fail clean target if directory doesn't exist (diff)
downloadbuildroot-34274164d9be605924bb8466fb7639bace5dee2b.tar.gz
buildroot-34274164d9be605924bb8466fb7639bace5dee2b.tar.xz
buildroot-34274164d9be605924bb8466fb7639bace5dee2b.zip
buildroot: additional -clean target fixes
Patch by Hebbar.
Diffstat (limited to 'package/pkgconfig')
-rw-r--r--package/pkgconfig/pkgconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgconfig/pkgconfig.mk b/package/pkgconfig/pkgconfig.mk
index 91c521078..456ad2406 100644
--- a/package/pkgconfig/pkgconfig.mk
+++ b/package/pkgconfig/pkgconfig.mk
@@ -55,7 +55,7 @@ $(STAGING_DIR)/$(PKGCONFIG_TARGET_BINARY): $(PKGCONFIG_DIR)/$(PKGCONFIG_BINARY)
pkgconfig: uclibc $(STAGING_DIR)/$(PKGCONFIG_TARGET_BINARY)
pkgconfig-clean:
- $(MAKE) DESTDIR=$(STAGING_DIR) -C $(PKGCONFIG_DIR) uninstall
+ -$(MAKE) DESTDIR=$(STAGING_DIR) -C $(PKGCONFIG_DIR) uninstall
-$(MAKE) -C $(PKGCONFIG_DIR) clean
pkgconfig-dirclean: