From: blogic Date: Fri, 27 Mar 2015 21:11:17 +0000 (+0000) Subject: procd: remove superflous @ in depends line X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=dcaee0611b5096effd9bd2a1de1ed0a204823fc6;p=openwrt.git procd: remove superflous @ in depends line the @ syntax is not required by Kbuild Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index f502307f15..2fd95f020a 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -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