From 3ecee24724b6b7c2d40dd1dee899b9bee73ed74d Mon Sep 17 00:00:00 2001 From: rusty Date: Sun, 7 Jan 2001 09:38:00 +0000 Subject: Oops. -v, not --v. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a4c5d1..b09a4d9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ MANDIR:=/usr/local/man INCDIR:=/usr/local/include # Need libc6 for this. Should covert to autoconf. -ifneq ($(shell ldd --v | fgrep 2.2),) +ifneq ($(shell ldd -v | fgrep 2.2),) DO_IPV6=1 endif -- cgit v1.2.3