951. [bug] CFLAGS was not passed to the linker when

linking some of the test programs under
                        bin/tests. [RT #1555].
This commit is contained in:
Andreas Gustafsson
2001-08-01 22:06:29 +00:00
parent 9d1b0204c6
commit 0a53284205
12 changed files with 27 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.19 2001/02/01 23:41:49 sjacob Exp $
# $Id: Makefile.in,v 1.20 2001/08/01 22:06:17 gson Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -46,7 +46,7 @@ SRCS = t_rbt.c
@BIND9_MAKE_RULES@
t_rbt: t_rbt.@O@ ${DEPLIBS} ${TLIB}
${LIBTOOL} ${PURIFY} ${CC} -o $@ t_rbt.@O@ ${TLIB} ${LIBS}
${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ t_rbt.@O@ ${TLIB} ${LIBS}
test: t_rbt
-@./t_rbt -c @top_srcdir@/t_config -b @srcdir@ -a