From 8942a07afcba648c1766c8e94df65b92a555fdb3 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Thu, 9 May 1996 16:50:03 +0000
Subject: * sysdeps/unix/sysv/linux/net/if.h: New file.

	* sysdeps/unix/sysv/linux/Dist: Add it.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add
	net/if.h.

	* Makeconfig (link-libc): Add libc.a after libc.so in link.

	* Rules (static-only-routines rule): Use empty.o instead of dummy.o.
	(empty.o): New target.
	(generated): Add empty.c, empty.o.
---
 Makeconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makeconfig')

diff --git a/Makeconfig b/Makeconfig
index b9de4f3..ba0c940 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -292,7 +292,7 @@ endif
 ifndef link-libc
 ifeq (yes,$(build-shared))
 link-libc = -Wl,-rpath-link=$(common-objdir) \
-	    $(common-objpfx)libc.so$(libc.so-version) $(gnulib)
+	    $(common-objpfx)libc.so $(common-objpfx)libc.a $(gnulib)
 # Choose the default search path for the dynamic linker based on
 # where we will install libraries.
 ifneq ($(libdir),$(slibdir))
-- 
cgit v1.1