diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-03-07 21:12:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2005-03-07 21:12:04 +0000 |
commit | 48e39b59f9a741670beb2fb213cecee824754765 (patch) | |
tree | 28874fc56fde102d43423275ed96cbcdd141effa /libiberty/maint-tool | |
parent | 0e06657a9aadc524acbcc43bab65d54ff64deba2 (diff) | |
download | binutils-48e39b59f9a741670beb2fb213cecee824754765.zip binutils-48e39b59f9a741670beb2fb213cecee824754765.tar.gz binutils-48e39b59f9a741670beb2fb213cecee824754765.tar.bz2 |
* 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-tool | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/maint-tool b/libiberty/maint-tool index bfc5304..47fcd70 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.*//; |