1234567891011 |
- --- 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
|