2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

get rid of printmsg.o

This commit is contained in:
Bob Halley
2000-02-04 01:51:08 +00:00
parent cd5724d610
commit 49f7fd6152

View File

@@ -53,10 +53,6 @@ SRCS = client.c interfacemgr.c listenlist.c \
main.@O@: main.c
${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" -c ${srcdir}/main.c
printmsg.@O@: ${srcdir}/../tests/printmsg.c
${CC} -c -o printmsg.@O@ ${ALL_CFLAGS} -I${srcdir}/../tests \
${srcdir}/../tests/printmsg.c
named: ${OBJS} ${UOBJS} ${DEPLIBS}
${LIBTOOL} ${CC} -o $@ ${OBJS} ${UOBJS} ${LIBS}