From 4e00bc867eff1f2299d4cf93d878290525b4df5a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 2 Apr 2004 13:36:22 +0000 Subject: [PATCH] Remove libsql from console build git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1174 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/console/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \ -- 2.39.2