diff --git a/Makefile.in b/Makefile.in index 58aecc7c..8450ab3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -359,5 +359,5 @@ uninstall: cd $(DESTDIR)$(bindir); $(RM) -f btrfsck fsck.btrfs $(progs_install) ifneq ($(MAKECMDGOALS),clean) --include $(objects:.o=.o.d) $(cmd-objects:.o=.o.d) $(subst .btrfs,, $(filter-out btrfsck.o.d, $(progs:=.o.d))) +-include $(objects:.o=.o.d) $(cmds_objects:.o=.o.d) $(subst .btrfs,, $(filter-out btrfsck.o.d, $(progs:=.o.d))) endif