summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 0961c1740f..9211db5765 100644
--- a/common.mak
+++ b/common.mak
@@ -89,6 +89,8 @@ uninstall-headers:
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
+.PHONY: all depend dep clean distclean install* uninstall*
+
#
# include dependency files if they exist
#