procd: remove superflous @ in depends line
[openwrt/staging/chunkeey.git] / package / system / procd / Makefile
index f502307f159cbf779ae43f91cd43b5f198c12f58..2fd95f020a9a3fc40d6b028a3419559a05b63dcf 100644 (file)
@@ -82,7 +82,7 @@ config PROCD_JAIL_SUPPORT
 config PROCD_SECCOMP_SUPPORT
        bool
        default y
-       depends on (mips || mipsel || i386 || x86_64) && !@TARGET_uml && @KERNEL_SECCOMP
+       depends on (mips || mipsel || i386 || x86_64) && !TARGET_uml && @KERNEL_SECCOMP
 endmenu
 endef