From 9fb177a5a4323cb8955c7d38ade2923c0a62be13 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 19 Jul 1996 02:31:31 +0000 Subject: (vpath -l%): Add directive to tell make where to find -l libraries. --- Makeconf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makeconf') 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 -- cgit v1.2.3