From 1e2e27fd8b59b073d1ef3e7475bc5e39fafd3577 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Jun 2003 08:00:21 +0000 Subject: Update. 2003-06-17 Thorsten Kukuk * nis/Makefile: Remove NIS/NIS+ files from nss_compat module. * nis/nss_compat/compat-grp.c: Don't use our own NIS/NIS+ functions, dlopen corresponding NSS module instead. * nis/nss_compat/compat-pwd.c: Likewise. * nis/nss_compat/compat-spwd.c: Likewise. * nis/nss_compat/compat-initgroups.c: Disabled for now. * nss/Versions: Export __nss_lookup_function. 2003-06-19 Daniel Jacobowitz * sysdeps/unix/sysv/linux/kernel-features.h: Update kernel features for the SH architecture. 2003-06-25 Thorsten Kukuk * csu/Makefile: Use CPPFLAGS to find correct linux/version.h. --- csu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csu') diff --git a/csu/Makefile b/csu/Makefile index 95da703ecf..1a3c9c112c 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -217,7 +217,7 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) $(make-target-directory) (case $(config-os) in \ linux*) version=`(echo -e "#include \nUTS_RELEASE"\ - | $(CC) -E -P - | \ + | $(CC) $(CPPFLAGS) -E -P - | \ sed -e 's/"\([^"]*\)".*/\1/p' -e d) 2>/dev/null`;\ if [ -z "$$version" ]; then \ if [ -r /proc/version ]; then \ -- cgit v1.2.3