From: Robert Nelson Date: Tue, 1 Aug 2006 12:11:04 +0000 (+0000) Subject: Fix benign error message in Makefile.rules when building the installer. X-Git-Tag: Release-2.0.0~684 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6c191d3aa438163c67caf1c250e2ace6bc01264;p=bacula%2Fbacula Fix benign error message in Makefile.rules when building the installer. Add .cvsignore to installer directory. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3221 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/Makefile.rules b/bacula/src/win32/Makefile.rules index 82d6c0066c..8535f46ce8 100644 --- a/bacula/src/win32/Makefile.rules +++ b/bacula/src/win32/Makefile.rules @@ -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 diff --git a/bacula/src/win32/installer/.cvsignore b/bacula/src/win32/installer/.cvsignore new file mode 100644 index 0000000000..2b98694e4a --- /dev/null +++ b/bacula/src/win32/installer/.cvsignore @@ -0,0 +1,3 @@ +*.dll +*.exe +*.dbg