2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

oops, one too may CFLAGS snuck in

This commit is contained in:
Andreas Gustafsson
2001-08-01 22:16:06 +00:00
parent 0a53284205
commit 2627aca3bb

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