From d4c1a9bdf836aee038fa0643cff5667a62a528c9 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) --- userspace/ebtables2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile index 9ce96ce..89d3ea0 100644 --- a/userspace/ebtables2/Makefile +++ b/userspace/ebtables2/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