diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-05-03 23:40:11 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-05-03 23:40:11 +0000 |
commit | 73bdefcfe0836f9e64ce2018be855d90a909cc52 (patch) | |
tree | 5a49c48c2d3129c6281f9c392ee0e9e6014dbd91 /libiberty/Makefile.in | |
parent | 20592a94ff6918ed50c73726379a196357b96697 (diff) | |
download | gdb-73bdefcfe0836f9e64ce2018be855d90a909cc52.zip gdb-73bdefcfe0836f9e64ce2018be855d90a909cc52.tar.gz gdb-73bdefcfe0836f9e64ce2018be855d90a909cc52.tar.bz2 |
* filename_cmp.c: Replace include of ctype.h by include of
safe-ctype.h.
(filename_cmp): Use TOLOWER instead of tolower for conversions
that are locale-independent.
* Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 4f5e215..735f1e6 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -651,7 +651,8 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION) -./filename_cmp.o: $(srcdir)/filename_cmp.c $(INCDIR)/filenames.h +./filename_cmp.o: $(srcdir)/filename_cmp.c $(INCDIR)/filenames.h \ + $(INCDIR)/safe-ctype.h if [ x"$(PICFLAG)" != x ]; then \ $(COMPILE.c) $(PICFLAG) $(srcdir)/filename_cmp.c -o pic/$@; \ else true; fi |