patch-Makefile_in 423 B

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