summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrusty <rusty>2001-01-07 09:38:00 +0000
committerrusty <rusty>2001-01-07 09:38:00 +0000
commit3ecee24724b6b7c2d40dd1dee899b9bee73ed74d (patch)
treea4cf96d82c6490f8d417c3f44fe11f3903c4987a /Makefile
parent744dcfe510f7b38ca8a1f27a08fcfba750d24ec1 (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 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