From 0f708fc44aca90ee2056a0686ddb6a0dee45a67b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 03:29:13 +0000 Subject: (HURDLIBS-libs): Comment out path-search rule here; I don't yet trust -L to work right; particularly inside linker parens. --- Makeconf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Makeconf b/Makeconf index 09874959..8733e443 100644 --- a/Makeconf +++ b/Makeconf @@ -144,13 +144,14 @@ endif # We use recursively expanded variables that reference the automatic # variables in the link rules. For now, you have to say -static # in $(LDFLAGS); it cannot be in a per-target LDFLAGS. -ifeq ($(doinst),many) - HURDLIBS-libs = $(foreach lib,$($@-HURDLIBS), -L../$(lib) \ - $(patsubst lib%,-l%,$(lib))) -else - HURDLIBS-libs = $(foreach lib,$(HURDLIBS), -L../$(lib) \ - $(patsubst lib%,-l%,$(lib))) -endif +#ifeq ($(doinst),many) +# HURDLIBS-libs = $(foreach lib,$($@-HURDLIBS), -L../$(lib) \ +# $(patsubst lib%,-l%,$(lib))) +#else +# HURDLIBS-libs = $(foreach lib,$(HURDLIBS), -L../$(lib) \ +# $(patsubst lib%,-l%,$(lib))) +#endif +HURDLIBS-libs = $(HURDLIBS-files) # This variable is used for the default library-building rule # and for dependencies. For the former, this is always adequate. -- cgit v1.2.3