]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/Makefile.rules
kes Reapply my bat.conf install script in qt-console. I think I
[bacula/bacula] / bacula / src / win32 / Makefile.rules
index 82d6c0066cbfeca8ff7184bfd489b6c66a31ef1d..8535f46ce80e3b035d955377191cd689fc62861a 100644 (file)
@@ -66,6 +66,8 @@ $(OBJDIR)/%.d: %.c
 $(OBJDIR)/%.d: %.cpp
        $(makedep)
 
+ifneq ($(ALL_OBJS),)
 ifneq ($(MAKECMDGOALS),clean)
 include $(patsubst %.o,%.d,$(filter-out %.res,$(ALL_OBJS)))
 endif
+endif