diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 21:07:48 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 21:07:48 +0000 |
commit | 376d874ca307abf96dfa8e3fe55525dd3a653cbd (patch) | |
tree | 443085bbef26bd8a5219872ec29de40632ee43a8 /libiberty/Makefile.in | |
parent | f280d70a0d905342f64209a374fb28d5ce127792 (diff) | |
download | gcc-376d874ca307abf96dfa8e3fe55525dd3a653cbd.tar.gz |
* mpw-config.in: Remove.
* mpw-make.sed: Remove.
* mpw.c: Remove.
* Makefile.in (CFILES): Remove pex-mpw.c.
(CONFIGURED_OFILES): Remove pex-mpw.o.
(mpw.o, pex-mpw.o): Remove targets.
* maint-tool (undoc): Remove reference to mpw.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 3a2b20bff3b..2dc4e7aa3c6 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-mpw.c pex-msdos.c pex-os2.c \ + pex-djgpp.c pex-msdos.c pex-os2.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-mpw.o ./pex-msdos.o ./pex-os2.o \ + ./pex-djgpp.o ./pex-msdos.o ./pex-os2.o \ ./pex-unix.o ./pex-win32.o \ ./putenv.o \ ./random.o ./rename.o ./rindex.o \ @@ -717,12 +717,6 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION) -./mpw.o: $(srcdir)/mpw.c - if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/mpw.c -o pic/$@; \ - else true; fi - $(COMPILE.c) $(srcdir)/mpw.c $(OUTPUT_OPTION) - ./msdos.o: $(srcdir)/msdos.c if [ x"$(PICFLAG)" != x ]; then \ $(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \ @@ -756,13 +750,6 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION) -./pex-mpw.o: $(srcdir)/pex-mpw.c config.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/libiberty.h $(srcdir)/pex-common.h - if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-mpw.c -o pic/$@; \ - else true; fi - $(COMPILE.c) $(srcdir)/pex-mpw.c $(OUTPUT_OPTION) - ./pex-msdos.o: $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(srcdir)/pex-common.h \ $(INCDIR)/safe-ctype.h |