diff options
author | DJ Delorie <dj@delorie.com> | 2003-01-25 00:23:30 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-01-25 00:23:30 +0000 |
commit | 813aee953a163fb2f17bc837a5e9d97a65e520e2 (patch) | |
tree | fec196739165950a2a761bf53dbd0a9cc5817787 /libiberty/Makefile.in | |
parent | 30d7ddebd3ec76d254499bb89861ddc34499cd9f (diff) | |
download | gdb-813aee953a163fb2f17bc837a5e9d97a65e520e2.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 18c49a13df8..c5162f47bc9 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -141,7 +141,7 @@ CFILES = alloca.c argv.c asprintf.c atexit.c \ memset.c mkstemps.c \ objalloc.c obstack.c \ partition.c \ - pex-cygwin.c pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \ + pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \ pex-unix.c pex-win32.c \ putenv.c \ random.c regex.c rename.c rindex.c \ @@ -184,7 +184,7 @@ CONFIGURED_OFILES = asprintf.o atexit.o \ getcwd.o getpagesize.o \ index.o insque.o \ memchr.o memcmp.o memcpy.o memmove.o memset.o mkstemps.o \ - pex-cygwin.o pex-djgpp.o pex-mpw.o pex-msdos.o pex-os2.o \ + pex-djgpp.o pex-mpw.o pex-msdos.o pex-os2.o \ pex-unix.o pex-win32.o \ putenv.o \ random.o rename.o rindex.o \ @@ -455,7 +455,6 @@ objalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/objalloc.h obstack.o: config.h $(INCDIR)/obstack.h partition.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ $(INCDIR)/partition.h -pex-cygwin.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h pex-djgpp.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h pex-mpw.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h pex-msdos.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ |