iptables: fix build error if only libraries are selected
SVN-Revision: 32102
This commit is contained in:
parent
49b894ff4e
commit
93372a3e69
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
+libext4_objs := ${pfx_objs} ${pf4_objs}
|
||||
+libext6_objs := ${pfx_objs} ${pf6_objs}
|
||||
+targets += ${pfx_solibs} ${pf4_solibs} ${pf6_solibs}
|
||||
+targets_install += ${pfx_solibs} ${pf4_solibs} ${pf6_solibs}
|
||||
+targets_install := $(strip ${targets_install} ${pfx_solibs} ${pf4_solibs} ${pf6_solibs})
|
||||
|
||||
.SECONDARY:
|
||||
|
||||
|
|
Loading…
Reference in a new issue