]> git.sur5r.net Git - bacula/bacula/commitdiff
Rebuild configure for Win32
authorKern Sibbald <kern@sibbald.com>
Thu, 15 Aug 2002 08:26:37 +0000 (08:26 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 15 Aug 2002 08:26:37 +0000 (08:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@97 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/tools/Makefile.in

index f63fefc8ef7b3c74413c97fc35f24d2bd4652259..258c08fd578b399a34f50e914b8992358144cd6f 100644 (file)
@@ -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 \