Chromium Code Reviews| Index: utility/Makefile |
| diff --git a/utility/Makefile b/utility/Makefile |
| index 9a05aa7c24c34c9d8230d7527a7d5924ef540637..eca60560c45709adec667d77dcf8effa54f44d51 100644 |
| --- a/utility/Makefile |
| +++ b/utility/Makefile |
| @@ -82,4 +82,4 @@ install: $(TARGET_BINS) |
| cp -f $(TARGET_BINS) $(DESTDIR) |
| chmod a+rx $(patsubst %,$(DESTDIR)/%,$(TARGET_NAMES)) |
| --include ALL_DEPS |
| +-include ${ALL_DEPS} |