mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:52:05 -04:00
${UOBJS} was used, but never defined. Probably a cut and paste error.
This commit is contained in:
parent
a83405a85f
commit
b401a139eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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.8 2001/01/09 21:43:33 bwelling Exp $
|
||||
# $Id: Makefile.in,v 1.9 2001/01/11 18:05:15 bwelling Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -49,7 +49,7 @@ SRCS = lwtest.c
|
|||
all: lwtest
|
||||
|
||||
lwtest: ${OBJS} ${DEPLIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ ${OBJS} ${UOBJS} ${LIBS}
|
||||
${LIBTOOL} ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue