diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 03:29:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 03:29:13 +0000 |
commit | 0f708fc44aca90ee2056a0686ddb6a0dee45a67b (patch) | |
tree | 2a1e6118c981cbc5762be0d09426f703b3a0ecde | |
parent | 486d18ad044c37ece9f3ec220bcf1d77a25e8885 (diff) |
(HURDLIBS-libs): Comment out path-search rule here; I don't yet trust
-L to work right; particularly inside linker parens.
-rw-r--r-- | Makeconf | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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. |