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.10 2001/02/01 23:41:52 sjacob Exp $
# $Id: Makefile.in,v 1.11 2001/08/01 22:06:19 gson Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -49,7 +49,7 @@ SRCS = lwtest.c
all: lwtest
lwtest: ${OBJS} ${DEPLIBS}
${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
clean distclean::
rm -f ${TARGETS}