From 9a933bc2ce8aae17f30925412e2cc0d14178d0cd Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 8 Apr 2002 06:23:34 +0000 Subject: [PATCH] t_unsafe needs asnprintf on some platforms. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index cf1c57bf..3df63a99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,7 @@ TRIMSLASH_OBJ = trimslash.o syscall.o trimslash: $(TRIMSLASH_OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS) -T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o t_stub.o lib/compat.o +T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o t_unsafe: $(T_UNSAFE_OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(T_UNSAFE_OBJ) $(LIBS) -- 2.34.1