diff options
-rw-r--r-- | util/nvramtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index 5f4eff5836..b1cb27cb63 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -60,7 +60,7 @@ distclean: clean rm -f .dependencies dep: - @$(CC) -MM *.c > .dependencies + @$(CC) -MM -MG *.c > .dependencies install: $(PROGRAM) mkdir -p $(DESTDIR)$(PREFIX)/sbin |