blob: 164003986d125929e4f84fa5b7d8a91d8610aff6 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- iptables-snmp-0.1.orig/Makefile.in	2005-11-02 13:00:10.000000000 +0100
+++ iptables-snmp-0.1/Makefile.in	2011-01-12 15:44:48.000000000 +0100
@@ -67,7 +67,7 @@ OTHER		=	-Iinclude -DIPTABLES_VERSION=$(
 
 all: iptables-snmp.so
 
-iptables-snmp.so: $(OBJS) libiptc.a Makefile
+iptables-snmp.so: $(OBJS) Makefile
 	$(CC) $(CFLAGS) $(OTHER) $(DFLAGS) -shared  -o $@ $(OBJS) $(LDFLAGS)
 
 libiptc.a: $(LIBIPTC_OBJS) Makefile
 |