From 44dd684b886f278eaf02f41d303631745d2897d9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 15 Aug 2002 08:26:37 +0000 Subject: [PATCH] Rebuild configure for Win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@97 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/tools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index f63fefc8ef..258c08fd57 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -78,7 +78,7 @@ depend: @$(MV) Makefile Makefile.bak @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile - @$(CC) -S -M $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) $(SQL_INC) *.c >> Makefile + @$(CC) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) $(SQL_INC) *.c >> Makefile @if test -f Makefile ; then \ $(RMF) Makefile.bak; \ else \ -- 2.39.5