Update of /cvsroot/devil-linux/build
In directory vz-cvs-3.sog:/tmp/cvs-serv1078
Modified Files:
Makefile.build
Log Message:
use correct dependency
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Makefile.build 24 Jan 2012 14:11:07 -0000 1.45
+++ Makefile.build 28 Jan 2012 14:14:06 -0000 1.46
@@ -903,6 +903,6 @@
cifs-utils: | samba keyutils libcap-ng
-ipset: | libmnl
+ipset: | libmnl $(GROUP_23)
libmnl: | $(GROUP_11)
|