diff options
| author | Roy Marples <roy@marples.name> | 2013-11-29 18:41:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-11-29 18:41:02 +0000 |
| commit | 0adc150afe97906526b3d5ad7a613e723da6c016 (patch) | |
| tree | 881d692cf9cb3aaa294b3c85ce9da4f11eca3822 /configure | |
| parent | a319fa5319636841746e5765dbe15e29a630132d (diff) | |
| download | dhcpcd-0adc150afe97906526b3d5ad7a613e723da6c016.tar.xz | |
Style
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -636,7 +636,7 @@ if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then if [ -n "$LIBUDEV_CFLAGS" ]; then echo "LIBUDEV_CFLAGS= $LIBUDEV_CFLAGS" >>$CONFIG_MK fi - echo "LIBUDEV_LIBS= $LIBUDEV_LIBS" >>$CONFIG_MK + echo "LIBUDEV_LIBS= $LIBUDEV_LIBS" >>$CONFIG_MK printf "Checking udev_monitor_filter_add_match_subsystem_devtype ... " cat <<EOF >_udev.c @@ -680,7 +680,7 @@ fi if [ "$DEV" = yes ]; then echo "SRCS+= dev.c" >>$CONFIG_MK echo "CPPFLAGS+= -DPLUGIN_DEV" >>$CONFIG_MK - echo "MKDIRS+= dev" >>$CONFIG_MK + echo "MKDIRS+= dev" >>$CONFIG_MK fi if [ -z "$SERVICECMD" ]; then |
