aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-02 01:41:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-02 01:41:53 +0000
commitb38673fb9fee63303cc6b7d4923ea0dd7cf7310a (patch)
treed6b2fba68832d7f0e061614dda4372119f58156f /networking/libiproute
parent1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 (diff)
downloadbusybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.gz
busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.bz2
busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.zip
make the build system puuuuuuuuuuurty
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in
index 37d556dd9..6b7bd900c 100644
--- a/networking/libiproute/Makefile.in
+++ b/networking/libiproute/Makefile.in
@@ -86,8 +86,7 @@ endif
86endif 86endif
87 87
88$(LIBIPROUTE_DIR)/$(LIBIPROUTE_AR): $(patsubst %,$(LIBIPROUTE_DIR)/%,$(LIBIPROUTE-y)) 88$(LIBIPROUTE_DIR)/$(LIBIPROUTE_AR): $(patsubst %,$(LIBIPROUTE_DIR)/%,$(LIBIPROUTE-y))
89 $(AR) $(ARFLAGS) $@ $(^) 89 $(do_ar)
90 90
91$(LIBIPROUTE_DIR)/%.o: $(srcdir)/%.c 91$(LIBIPROUTE_DIR)/%.o: $(srcdir)/%.c
92 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 92 $(compile.c)
93