summaryrefslogtreecommitdiff
path: root/libiberty/maint-tool
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 21:07:48 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 21:07:48 +0000
commit376d874ca307abf96dfa8e3fe55525dd3a653cbd (patch)
tree443085bbef26bd8a5219872ec29de40632ee43a8 /libiberty/maint-tool
parentf280d70a0d905342f64209a374fb28d5ce127792 (diff)
downloadgcc-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/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.*//;