summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-03 23:39:35 +0000
committerbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-03 23:39:35 +0000
commitc13d1306162c01181ee5ce120b34d0a57accd0ba (patch)
tree4587f778a15ca884252ff9bbd613b273a5c9344b /libiberty/Makefile.in
parentead4b22fec75a4652c231dd6793f49d854b3f1c5 (diff)
downloadgcc-c13d1306162c01181ee5ce120b34d0a57accd0ba.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124399 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 4f5e2152783..735f1e632d9 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