summaryrefslogtreecommitdiff
path: root/third-party/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/Makefile')
-rw-r--r--third-party/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/Makefile b/third-party/Makefile
index 0aca21e06..f3016f153 100644
--- a/third-party/Makefile
+++ b/third-party/Makefile
@@ -13,7 +13,7 @@ override MAKECMDGOALS?=all
MAKECMDGOALS:=$(subst dist-clean,distclean,$(MAKECMDGOALS))
MAKECMDGOALS:=$(subst tpclean,clean,$(MAKECMDGOALS))
-all distclean dist-clean install tpclean : $(TP_SUBDIRS)
+all distclean dist-clean install uninstall tpclean : $(TP_SUBDIRS)
install uninstall: $(TP_INSTALL_SUBDIRS)
$(TP_SUBDIRS):