summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile
index 388749bed..1b97fdf01 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -30,8 +30,8 @@ net.o: $(OBJS) network.a
network.a: subdirs
rm -f $@
- ar rc $@ $(SUBOBJS)
- ranlib $@
+ $(AR) rc $@ $(SUBOBJS)
+ $(RANLIB) $@
subdirs: dummy
set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i; done