aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-26 20:55:10 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-09-26 20:55:10 +0000
commit97393d0a03a7ef721afaed14b6d6f398d0fa261a (patch)
tree296846fb789e3b49e2547f212dd678d9e57512c2 /libiberty/Makefile.in
parent18623faed15aed3cc1ecbca0e7323bbc02b4d44b (diff)
downloadgcc-97393d0a03a7ef721afaed14b6d6f398d0fa261a.zip
gcc-97393d0a03a7ef721afaed14b6d6f398d0fa261a.tar.gz
gcc-97393d0a03a7ef721afaed14b6d6f398d0fa261a.tar.bz2
libiberty.h (expandargv): New function.
* libiberty.h (expandargv): New function. * argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. From-SVN: r104664
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index eb8b6df..dcd5ebd 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -441,7 +441,8 @@ $(CONFIGURED_OFILES): stamp-picdir
else true; fi
$(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
-./argv.o: $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
+./argv.o: $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
+ $(INCDIR)/safe-ctype.h
if [ x"$(PICFLAG)" != x ]; then \
$(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
else true; fi
@@ -601,7 +602,7 @@ $(CONFIGURED_OFILES): stamp-picdir
else true; fi
$(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
-./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/getopt.h
+./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h
if [ x"$(PICFLAG)" != x ]; then \
$(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
else true; fi
@@ -996,8 +997,8 @@ $(CONFIGURED_OFILES): stamp-picdir
else true; fi
$(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
-./strverscmp.o: $(srcdir)/strverscmp.c $(INCDIR)/safe-ctype.h \
- $(INCDIR)/libiberty.h
+./strverscmp.o: $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
+ $(INCDIR)/safe-ctype.h
if [ x"$(PICFLAG)" != x ]; then \
$(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
else true; fi