From 3433189e8a3934084db3945f1e9c0c8fa3f8f166 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Jun 1996 08:46:47 +0000 Subject: Sun Jun 16 03:22:49 1996 Roland McGrath * sysdeps/unix/sysv/Makefile (sysdep_headers): Make append of termio.h and rule for it conditional on termio.h not already being in sysdep_headers. * rpm/Makefile (install-others) [libc.so-version]: Get libc.so from $(libdir), only the versioned named from $(slibdir). (instfiles): New variable. (glibc-$(version).$(config).rpm): New target. Run rpm -bb. * rpm/rpmrc: New file. A third of the options controlling rpm can only be given here (another third is on the command line, and a third cannot be specified in any way shape or form). --- sysdeps/unix/sysv/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/Makefile b/sysdeps/unix/sysv/Makefile index 28542374f0..bc691e3163 100644 --- a/sysdeps/unix/sysv/Makefile +++ b/sysdeps/unix/sysv/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -16,7 +16,9 @@ # not, write to the Free Software Foundation, Inc., 675 Mass Ave, # Cambridge, MA 02139, USA. -ifeq ($(subdir), misc) +ifeq ($(subdir), termios) + +ifeq (,$(filter termio.h,$(sysdep_headers))) sysdep_headers := $(sysdep_headers) termio.h generated := $(generated) termio.h @@ -34,6 +36,7 @@ $(objpfx)termio.h: $(..)sysdeps/unix/sysv/sysv_termio.h mv $@-tmp $@ endif +endif # In SYSV style archives the symbol table member has an empty name. ar-symtab-name = -- cgit 1.4.1