aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxutil/Makefile')
-rw-r--r--tools/libxutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxutil/Makefile b/tools/libxutil/Makefile
index ec453f1af8..6986c96e79 100644
--- a/tools/libxutil/Makefile
+++ b/tools/libxutil/Makefile
@@ -30,7 +30,8 @@ LIB := $(LIB_NAME).so
LIB += $(LIB_NAME).so.$(MAJOR)
LIB += $(LIB_NAME).so.$(MAJOR).$(MINOR)
-all: check-for-zlib $(LIB)
+all: check-for-zlib
+ $(MAKE) $(LIB)
$(LIB_NAME).so: $(LIB_NAME).so.$(MAJOR)
ln -sf $^ $@