X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2Fpkg-config%2FMakefile;h=b4a2d5d5571773b0e20fd22f3e168736a7d0ccd9;hp=0a68e742a5ef1054809ba016aa860d55fdc41e54;hb=f807c242141333353deb64f1afd4294fd57e58c2;hpb=8b4e96dd04c2d481af773b18197caeb1df587ff2 diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index 0a68e742a..b4a2d5d55 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -27,8 +27,7 @@ define Host/Install endef define Host/Clean - $(MAKE) -C $(HOST_BUILD_DIR) uninstall - $(MAKE) -C $(HOST_BUILD_DIR) clean + -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) endef