From 27ff88367a9624b64ab5c6a62dfc40429a1e3180 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 9 Mar 2005 21:28:10 +0000 Subject: * pex-os2.c: Remove. * configure.ac: Remove *-*-os2-emx* case when setting pexecute. * Makefile.in (CFILES): Remove pex-os2.c. (CONFIGURED_OFILES): Remove pex-os2.o. (pex-os2.o): Remove target. * configure: Rebuild. --- libiberty/Makefile.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'libiberty/Makefile.in') diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 2dc4e7a..419ffdc 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -142,7 +142,7 @@ CFILES = alloca.c argv.c asprintf.c atexit.c \ mempcpy.c memset.c mkstemps.c \ objalloc.c obstack.c \ partition.c \ - pex-djgpp.c pex-msdos.c pex-os2.c \ + pex-djgpp.c pex-msdos.c \ pex-unix.c pex-win32.c \ physmem.c putenv.c \ random.c regex.c rename.c rindex.c \ @@ -188,7 +188,7 @@ CONFIGURED_OFILES = ./asprintf.o ./atexit.o \ ./index.o ./insque.o \ ./memchr.o ./memcmp.o ./memcpy.o ./memmove.o ./mempcpy.o \ ./memset.o ./mkstemps.o \ - ./pex-djgpp.o ./pex-msdos.o ./pex-os2.o \ + ./pex-djgpp.o ./pex-msdos.o \ ./pex-unix.o ./pex-win32.o \ ./putenv.o \ ./random.o ./rename.o ./rindex.o \ @@ -758,13 +758,6 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION) -./pex-os2.o: $(srcdir)/pex-os2.c config.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/libiberty.h $(srcdir)/pex-common.h - if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-os2.c -o pic/$@; \ - else true; fi - $(COMPILE.c) $(srcdir)/pex-os2.c $(OUTPUT_OPTION) - ./pex-unix.o: $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(srcdir)/pex-common.h if [ x"$(PICFLAG)" != x ]; then \ -- cgit v1.1