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:
@@ -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:44 sjacob Exp $
|
||||
# $Id: Makefile.in,v 1.20 2001/08/01 22:06:12 gson Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
@@ -46,7 +46,7 @@ SRCS = t_master.c
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
t_master: t_master.@O@ ${DEPLIBS} ${TLIB}
|
||||
${LIBTOOL} ${PURIFY} ${CC} -o $@ t_master.@O@ ${TLIB} ${LIBS}
|
||||
${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ t_master.@O@ ${TLIB} ${LIBS}
|
||||
|
||||
test: t_master
|
||||
-@ ./t_master -c @top_srcdir@/t_config -b @srcdir@ -a
|
||||
|
||||
Reference in New Issue
Block a user