This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for typo


Hi,

Am I the only one bitten by this typo?


-- 
H.J. Lu (hjl@gnu.org)
---
Index: extra-lib.mk
===================================================================
RCS file: /home/work/cvs/gnu/glibc/extra-lib.mk,v
retrieving revision 1.1.1.7
diff -u -r1.1.1.7 extra-lib.mk
--- extra-lib.mk	1998/11/09 16:01:30	1.1.1.7
+++ extra-lib.mk	1998/11/10 23:15:06
@@ -47,7 +47,7 @@
 
 
 # Use o-iterator.mk to generate a rule for each flavor of library.
-ifneq (,$(filter-out .os,$(object-suffices-$(lib))))
+ifneq (,$(filter-out .os,$(object-suffixes-$(lib))))
 define o-iterator-doit
 $(objpfx)$(patsubst %,$(libtype$o),$(lib:lib%=%)): \
   $(patsubst %,$(objpfx)%$o,\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]