summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-01-07 09:38:00 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-01-07 09:38:00 +0000
commit672eff9ed47aaae0de76091e017b526fc56ccfd4 (patch)
treea4cf96d82c6490f8d417c3f44fe11f3903c4987a /Makefile
parent2e5f953fb5facfd8af59c585c5f47dc97611d21d (diff)
Oops. -v, not --v.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a4c5d1a..b09a4d99 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