commit | e1c1588acca33aee637ba52172ddd15d5cf20a8b | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Mon May 24 19:57:58 2004 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Mon May 24 19:57:58 2004 +0000 |
tree | b2109974f76eb5476de2e8abdd8541709732000e | |
parent | 55d441392d71af7dfe4c066e6c13b3bfe4d33c28 [diff] |
use LD (repvik_at_online_dot_no)
diff --git a/Makefile b/Makefile index 9ce96ce..89d3ea0 100644 --- a/Makefile +++ b/Makefile
@@ -64,7 +64,7 @@ $(CC) $(CFLAGS) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES) ebtables: $(OBJECTS) - ld -shared -soname libebtc.so -o libebtc.so -lc $(OBJECTS2) + $(LD) -shared -soname libebtc.so -o libebtc.so -lc $(OBJECTS2) $(CC) $(CFLAGS) -o $@ ebtables.o -I$(KERNEL_INCLUDES) -L/root/ \ -L. -Lextensions/ -lebtc $(EXT_LIBSI)