summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-19 02:31:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-19 02:31:31 +0000
commit9fb177a5a4323cb8955c7d38ade2923c0a62be13 (patch)
tree433dc5ae00738256f9affa9b34cf35a3bc7dddb9 /Makeconf
parenta78e5a48efe10dbe11a31d595c9fa225d82f672b (diff)
(vpath -l%): Add directive to tell make where to find -l libraries.
Diffstat (limited to 'Makeconf')
-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