]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix configure error
authorRoy Marples <roy@marples.name>
Fri, 30 May 2014 22:02:16 +0000 (22:02 +0000)
committerRoy Marples <roy@marples.name>
Fri, 30 May 2014 22:02:16 +0000 (22:02 +0000)
configure

index c048c5faf33ed0c37264ebcaec9475c1572db533..9f2a0d6fb123f5c92d4ac04a52f2385c42c628f9 100755 (executable)
--- a/configure
+++ b/configure
@@ -343,7 +343,7 @@ EOF
 
        case "$OS" in
        sunos*);;
-       *)              echo "CFLAGS+=  -Wstrict-overflow" >>$CONFIG_MF;;
+       *)              echo "CFLAGS+=  -Wstrict-overflow" >>$CONFIG_MK;;
        esac
 fi