From 9474c6318ad2effa3e80246d1012cb111e726bf0 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 12 Aug 1996 18:31:04 +0000 Subject: *** empty log message *** --- Makeconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 064fcc87..d026464b 100644 --- a/Makeconf +++ b/Makeconf @@ -292,8 +292,8 @@ relink: # Building libraries from other directories. We force both libraries to be # built if either is, because it will use the appropriate one even if the other # is specified in someone's dependency list. -../%.a ../%.so: FORCE - $(MAKE) -C $(dir $@) libs +#../%.a ../%.so: FORCE +# $(MAKE) -C $(dir $@) libs # Tell make where to find other -l libraries that we use vpath libutil.% $(libdir)/ -- cgit v1.2.3