]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix dev building again
authorRoy Marples <roy@marples.name>
Thu, 12 Sep 2013 17:16:51 +0000 (17:16 +0000)
committerRoy Marples <roy@marples.name>
Thu, 12 Sep 2013 17:16:51 +0000 (17:16 +0000)
configure

index 975ab3c6080e9897361f2d7ba330561a1c79aced..cdccc4818808312219c04e8cbc5f3eb9615a1351 100755 (executable)
--- a/configure
+++ b/configure
@@ -609,6 +609,7 @@ if [ "$DEV" != no -a "$UDEV" != no ]; then
        LIBUDEV_LIBS=$(pkg-config --libs libudev 2>/dev/null)
 fi
 if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then
+       echo "yes"
        [ -z "$DEV" ] && DEV=yes
        echo "DEV_PLUGINS+=     udev" >>$CONFIG_MK
        if [ -n "$LIBUDEV_CFLAGS" ]; then
@@ -641,7 +642,7 @@ if [ "$DEV" = yes ]; then
        echo "SRCS+=            dev.c" >>$CONFIG_MK
        echo "CPPFLAGS+=        -DPLUGIN_DEV" >>$CONFIG_MK
        echo "LDFLAGS+= -Wl,--export-dynamic" >>$CONFIG_MK
-       echo "MKDIRS+=          dev"
+       echo "MKDIRS+=          dev" >>$CONFIG_MK
 fi
 
 if [ -z "$SERVICECMD" ]; then