From e7f1f046f51d95d5d05ada3abd3f2e88219118e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Jun 1997 00:14:00 +0000 Subject: Update. 1997-06-16 00:54 Ulrich Drepper * libc.map: Add more symbols. * Mwkerules (load-map-file): Currectly handle missing map file. 1997-06-15 17:00 Philip Blundell * configure.in: Correct detection of generic uname implementation. 1997-06-15 23:19 Ulrich Drepper * math/libm-test.c: Fix typos. Patch by Andreas Jaeger. * libc.map: Add __nss_configure_lookup. Reported by Thorsten Kukuk. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 26676c6..4acf64c 100644 --- a/Makerules +++ b/Makerules @@ -346,7 +346,7 @@ endif ifeq ($(versioning),yes) ifneq ($(..),) -load-map-file = $(wildcard $($(@F:%.so=%)-map) $(..)$($(@F:%.so=%)-map)) +load-map-file = $(wildcard $($(@F:%.so=%)-map) $($(@F:%.so=%)-map):%=$(..)%) else load-map-file = $($(@F:%.so=%)-map) endif -- cgit v1.1