diff options
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common.mak b/common.mak index 1a80833e87..7989b9021e 100644 --- a/common.mak +++ b/common.mak @@ -96,6 +96,4 @@ uninstall-headers: .PHONY: all depend dep clean distclean install* uninstall* -ifneq ($(wildcard .depend),) -include .depend -endif +-include .depend |