From: Kern Sibbald Date: Thu, 15 Aug 2002 08:26:37 +0000 (+0000) Subject: Rebuild configure for Win32 X-Git-Tag: Release-1.24~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44dd684b886f278eaf02f41d303631745d2897d9;p=bacula%2Fbacula Rebuild configure for Win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@97 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 \