summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index 6d5e3e73..313d05c4 100644
--- a/Makeconf
+++ b/Makeconf
@@ -294,6 +294,10 @@ relink:
# is specified in someone's dependency list.
../%.a ../%.so: FORCE
$(MAKE) -C $(dir $@) libs
+
+# Tell make where to find other -l libraries that we use
+vpath -l% $(libdir)/
+
# Default rule to build PIC object files.
%_pic.o: %.c