summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2012-02-27 15:21:15 +0100
committerStephen Hemminger <shemminger@vyatta.com>2012-02-27 08:27:54 -0800
commit8ced4fcd50dbbf7a0219ff5705390e6f89ba434c (patch)
treea2e9aad34d5f019323965e010dc67a0710a8fc14 /misc
parente2a4536a4315ba1db6afccd4ccc41499bbde4c14 (diff)
iproute2: cleanup dependencies
LIBNETLINK will be defined in the main Makefile, so both ../lib/libnetlink.a ../lib/libutil.a will be automatically appended during linking. Otherwise ../lib/libnetlink.a ../lib/libutil.a will appear twice during linking. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 8c253815..a59ff871 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -7,7 +7,7 @@ include ../Config
all: $(TARGETS)
-ss: $(SSOBJ) $(LIBUTIL)
+ss: $(SSOBJ)
nstat: nstat.c
$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c -lm