From: Willy Tarreau Date: Fri, 9 Oct 2020 03:56:56 +0000 (+0200) Subject: BUG/MINOR: makefile: fix a tiny typo in the target list X-Git-Tag: v2.3-dev6~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a539f343ac34d0efb2f77739913bf3d98391b7e;p=thirdparty%2Fhaproxy.git BUG/MINOR: makefile: fix a tiny typo in the target list Previous commit 382001b46 ("BUILD: Add a DragonFlyBSD target") introduced a tiny typo in the target list ("iopenbs" vs "openbsd"). This will have to be backported if that patch is backported. --- diff --git a/Makefile b/Makefile index 4aabe34dc7..ecb034d348 100644 --- a/Makefile +++ b/Makefile @@ -782,7 +782,7 @@ all: @echo "Please choose the target among the following supported list :" @echo @echo " linux-glibc, linux-glibc-legacy, linux-musl, solaris, freebsd, dragonfly, " - @echo " iopenbs, netbsd, cygwin, haiku, aix51, aix52, aix72-gcc, osx, generic, " + @echo " openbsd, netbsd, cygwin, haiku, aix51, aix52, aix72-gcc, osx, generic, " @echo " custom" @echo @echo "Use \"generic\" if you don't want any optimization, \"custom\" if you"