summaryrefslogtreecommitdiff
path: root/libiberty/maint-tool
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-03-07 21:12:04 +0000
committerIan Lance Taylor <ian@airs.com>2005-03-07 21:12:04 +0000
commitb8771549d67b984ae9c9df0378f3f0b1bce5a107 (patch)
tree3642b398411690b42cbed853857328d626a5aca1 /libiberty/maint-tool
parentd57039803febdc2030720986af7b0583922889da (diff)
downloadgdb-b8771549d67b984ae9c9df0378f3f0b1bce5a107.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.
Diffstat (limited to 'libiberty/maint-tool')
-rw-r--r--libiberty/maint-tool1
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/maint-tool b/libiberty/maint-tool
index bfc53042247..47fcd70ae64 100644
--- a/libiberty/maint-tool
+++ b/libiberty/maint-tool
@@ -145,7 +145,6 @@ sub undoc {
next unless /^\# *define/;
s/\# *define *//;
}
- next if $filename =~ /mpw\.c/;
s/ VPARAMS//;
s/ *\177.*//;