summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-07 03:29:13 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-07 03:29:13 +0000
commit0f708fc44aca90ee2056a0686ddb6a0dee45a67b (patch)
tree2a1e6118c981cbc5762be0d09426f703b3a0ecde
parent486d18ad044c37ece9f3ec220bcf1d77a25e8885 (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--Makeconf15
1 files 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.