summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-10-24 17:09:44 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-10-24 17:09:44 +0000
commit400bf97fad7b462563948a80fea1213747d4da6f (patch)
treea020dca75962ac752df5d47408f1d571bfb12a0e /Makefile
parent5e43700bfacf5be6c142df8cf89e28cedb6d36d4 (diff)
respect LDFLAGS (Peter Volkov)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ca2929..f413b13 100644
--- a/Makefile
+++ b/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)