diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-05-20 18:25:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-05-20 18:25:02 +0000 |
commit | 0bc179ada1208da68ddac33aa969ff578dce4530 (patch) | |
tree | 0c9d3c304f521dfff72e57a22267535bf08c017a /include/nlm | |
parent | 7ce8b9d18d8f55fb74a272072cd19fe4156fe441 (diff) | |
download | binutils-0bc179ada1208da68ddac33aa969ff578dce4530.zip binutils-0bc179ada1208da68ddac33aa969ff578dce4530.tar.gz binutils-0bc179ada1208da68ddac33aa969ff578dce4530.tar.bz2 |
Remove sanitization of PowerPC NetWare.
Diffstat (limited to 'include/nlm')
-rw-r--r-- | include/nlm/.Sanitize | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/nlm/.Sanitize b/include/nlm/.Sanitize index 7a8b29c..67552c8 100644 --- a/include/nlm/.Sanitize +++ b/include/nlm/.Sanitize @@ -17,12 +17,6 @@ Do-first: -if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then - keep_these_too="ppc-ext.h ${keep_these_too}" -else - lose_these_too="ppc-ext.h ${lose_these_too}" -fi - # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -38,6 +32,7 @@ common.h external.h internal.h i386-ext.h +ppc-ext.h sparc32-ext.h Things-to-lose: |