summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux
index ac028f6..cdf7ac4 100644
--- a/pppdump/Makefile.linux
+++ b/pppdump/Makefile.linux
@@ -10,7 +10,7 @@ INSTALL= install
all: pppdump
pppdump: $(OBJS)
- $(CC) -o pppdump $(OBJS)
+ $(CC) $(LDFLAGS) -o pppdump $(OBJS)
clean:
rm -f pppdump $(OBJS) *~