diff options
author | jimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2007-09-12 00:39:51 +0000 |
---|---|---|
committer | jimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2007-09-12 00:39:51 +0000 |
commit | 04b4d23592609edcd19fd5a461bbe6d3cc677b5b (patch) | |
tree | 5c8afb86a41cf398b2468bb6658726289421b88f | |
parent | baa0d1e58fa0e7a733cd8d8227e7e842ac920754 (diff) | |
download | eglibc2-04b4d23592609edcd19fd5a461bbe6d3cc677b5b.tar.gz |
* nss/Makefile: Delete stray text.
git-svn-id: svn://svn.eglibc.org/trunk@3447 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-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 |