From f649c2015a0c9cc4a2d71880fcb7fac0832af69c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Mar 1998 09:09:16 +0000 Subject: Update. 1998-03-15 Andreas Schwab * libc.map: Export internal versions of cancelable functions. 1998-03-15 Andreas Schwab * Makerules (MAKEFLAGS): Append `r'. 1998-03-15 Andreas Schwab * Makeconfig: Define have-thread-library, shared-thread-library and static-thread-library if a thread library is available. Don't define rt. * nscd/Makefile: Compile nscd if have-thread-library. Rename nscd-routines to nscd-modules. Use shared-thread-library and static-thread-library in dependencies. * rt/Makefile: Only compile librt if have-thread-library is defined. * Makefile (subdirs): Always include rt subdir. 1998-03-15 Andreas Schwab * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c923f30d8..6118685fe0 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ subdirs = csu assert ctype db2 locale intl catgets math setjmp signal stdlib \ stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd \ posix io termios resource misc socket sysvipc gmon gnulib iconv \ iconvdata wctype manual shadow md5-crypt po argp $(add-ons) nss \ - localedata timezone $(rt) $(sysdep-subdirs) $(binfmt-subdir) + localedata timezone rt $(sysdep-subdirs) $(binfmt-subdir) export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. # The mach and hurd subdirectories have many generated header files which -- cgit v1.2.3