X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fpkg-config%2FMakefile;h=b4a2d5d5571773b0e20fd22f3e168736a7d0ccd9;hb=e30e495bb1cd6df96e6b246a89c8eade514031c7;hp=0a68e742a5ef1054809ba016aa860d55fdc41e54;hpb=800e84cc0ff36cfbc254ec9681d8731a4fd480f1;p=openwrt-10.03%2F.git 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