From: Kern Sibbald Date: Fri, 2 Apr 2004 13:36:22 +0000 (+0000) Subject: Remove libsql from console build X-Git-Tag: Release-7.0.0~9584 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=936991b7800a82711b85d7a5269b6c687cc872c1;p=bacula%2Fbacula Remove libsql from console build git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1174 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/console/Makefile.in b/bacula/src/console/Makefile.in index 2a5da51482..5f4936feea 100644 --- a/bacula/src/console/Makefile.in +++ b/bacula/src/console/Makefile.in @@ -43,11 +43,11 @@ all: Makefile bconsole @STATIC_CONS@ @echo " " -bconsole: $(CONSOBJS) ../lib/libbac.a ../cats/libsql.a +bconsole: $(CONSOBJS) ../lib/libbac.a $(CXX) $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \ $(LIBS) $(DLIB) $(CONS_LIBS) -lbac -lsql -lm -static-bconsole: $(CONSOBJS) ../lib/libbac.a ../cats/libsql.a +static-bconsole: $(CONSOBJS) ../lib/libbac.a $(CXX) -static $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \ $(LIBS) $(DLIB) $(CONS_LIBS) -lbac -lsql -lm strip $@ @@ -114,7 +114,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) $(SQL_INC) *.c >> Makefile + @$(CC) -S -M $(CPPFLAGS) $(CONS_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile @if test -f Makefile ; then \ $(RMF) Makefile.bak; \ else \