diff options
author | DJ Delorie <dj@redhat.com> | 2004-12-08 01:02:33 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-12-08 01:02:33 +0000 |
commit | 62ce8ace27e429989b3afd426c3d10a9ec7327a3 (patch) | |
tree | 41532a9cb6feb652751a0b89ed230e18371e57a6 /libiberty/Makefile.in | |
parent | 027e2a04f1bb48ef6839b4cdb83f11164db4c42d (diff) | |
download | gdb-62ce8ace27e429989b3afd426c3d10a9ec7327a3.zip gdb-62ce8ace27e429989b3afd426c3d10a9ec7327a3.tar.gz gdb-62ce8ace27e429989b3afd426c3d10a9ec7327a3.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 3a6a59a..ffa4ba5 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -581,8 +581,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 \ - $(INCDIR)/ansidecl.h +./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/getopt.h if [ x"$(PICFLAG)" != x ]; then \ $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \ else true; fi |