]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix make depend error.
authorNicolas Boichat <nicolas@boichat.ch>
Tue, 17 Aug 2004 16:16:42 +0000 (16:16 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Tue, 17 Aug 2004 16:16:42 +0000 (16:16 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1543 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/tray-monitor/Makefile.in

index d93e4b0dbac5bf896820443492157895beb7d9c8..5d820f2e11894065ab8c82c583cd533225e80316 100644 (file)
@@ -91,7 +91,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) $(CONS_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile
+       @$(CC) -S -M $(CPPFLAGS) $(MONITOR_CPPFLAGS) -I$(srcdir) -I$(basedir) *.c >> Makefile
        @if test -f Makefile ; then \
            $(RMF) Makefile.bak; \
        else \