From e1c1588acca33aee637ba52172ddd15d5cf20a8b Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 24 May 2004 19:57:58 +0000 Subject: use LD (repvik_at_online_dot_no) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ce96ce..89d3ea0 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ ebtables.o: ebtables.c include/ebtables_u.h $(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) -- cgit v1.2.3