diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-19 02:31:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-19 02:31:31 +0000 |
commit | 9fb177a5a4323cb8955c7d38ade2923c0a62be13 (patch) | |
tree | 433dc5ae00738256f9affa9b34cf35a3bc7dddb9 /Makeconf | |
parent | a78e5a48efe10dbe11a31d595c9fa225d82f672b (diff) |
(vpath -l%): Add directive to tell make where to find -l libraries.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |