diff options
-rw-r--r-- | libc/ChangeLog.eglibc | 4 | ||||
-rw-r--r-- | libc/nss/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc index 126526080..cbb1944e5 100644 --- a/libc/ChangeLog.eglibc +++ b/libc/ChangeLog.eglibc @@ -1,3 +1,7 @@ +2007-09-11 Jim Blandy <jimb@codesourcery.com> + + * nss/Makefile: Delete stray text. + 2007-09-04 Jim Blandy <jimb@codesourcery.com> Implement the OPTION_EGLIBC_STREAMS option group. diff --git a/libc/nss/Makefile b/libc/nss/Makefile index 3e63bd58c..77651eb55 100644 --- a/libc/nss/Makefile +++ b/libc/nss/Makefile @@ -95,7 +95,7 @@ endif ifeq (,$(wildcard $(common-objpfx)$(OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS))) $(warning OPTION_EGLIBC_NSSWITCH is disabled, but fixed functions file) -oooo$(error does not exist: $(OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS)) +$(error does not exist: $(OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS)) endif before-compile := $(objpfx)fixed-nsswitch.h |