From e2e9ee177f2c301bf4abcc9214228c010aaba3d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 1 Apr 1998 07:11:57 +0000 Subject: Update. 1998-04-01 13:20 Mark Kettenis * io/Makefile (static-only-routines): Add stat64, fstat64 and lstat64. 1998-03-30 Andreas Schwab * manual/Makefile: Use object-suffixes-for-libc instead of object-suffixes. * rpm/Makefile (install-lib): Likewise. 1998-03-30 Andreas Schwab * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug. * sysdeps/unix/sysv/linux/configure.in: Match $machine against `m68*', not only `m68k'. 1998-04-01 10:50 Andreas Schwab --- rpm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpm') diff --git a/rpm/Makefile b/rpm/Makefile index 3edf21ebbf..d6f82d2167 100644 --- a/rpm/Makefile +++ b/rpm/Makefile @@ -43,7 +43,7 @@ install-slib += $(foreach lib,$(versioned),\ install-lib += $(versioned) # Add libc.a and libc_p.a. -install-lib += $(foreach o,$(filter-out .os,$(object-suffixes)),\ +install-lib += $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\ $(patsubst %,$(libtype$o),c)) ifeq (yes,$(build-shared)) -- cgit v1.2.3