From 6477e8a201ca288c9932e3b6c831e18c39e1711b Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 24 Oct 2010 17:09:44 +0000 Subject: respect LDFLAGS (Peter Volkov) --- userspace/arptables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/arptables') diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile index 7ca2929..f413b13 100644 --- a/userspace/arptables/Makefile +++ b/userspace/arptables/Makefile @@ -31,7 +31,7 @@ libarptc/libarptc.o: libarptc/libarptc.c libarptc/libarptc_incl.c $(CC) $(CFLAGS) -c -o $@ $< arptables: arptables-standalone.o arptables.o libarptc/libarptc.o $(EXT_OBJS) - $(CC) $(CFLAGS) -o $@ $^ + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(DESTDIR)$(MANDIR)/man8/arptables.8: arptables.8 mkdir -p $(@D) -- cgit v1.2.3