]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix benign error message in Makefile.rules when building the installer.
authorRobert Nelson <robertn@the-nelsons.org>
Tue, 1 Aug 2006 12:11:04 +0000 (12:11 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Tue, 1 Aug 2006 12:11:04 +0000 (12:11 +0000)
Add .cvsignore to installer directory.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3221 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/Makefile.rules
bacula/src/win32/installer/.cvsignore [new file with mode: 0644]

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
diff --git a/bacula/src/win32/installer/.cvsignore b/bacula/src/win32/installer/.cvsignore
new file mode 100644 (file)
index 0000000..2b98694
--- /dev/null
@@ -0,0 +1,3 @@
+*.dll
+*.exe
+*.dbg