diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 21:18:15 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 21:18:15 +0000 |
commit | 4f5d16c7d3df8182835e8a079631408f261649a3 (patch) | |
tree | e8eb27b00210ba4118418c39ad7fe6ad6db5ab61 /gas/config | |
parent | ea838f998abb3976fee8294dc34a1fa3c19338f4 (diff) | |
download | gdb-4f5d16c7d3df8182835e8a079631408f261649a3.zip gdb-4f5d16c7d3df8182835e8a079631408f261649a3.tar.gz gdb-4f5d16c7d3df8182835e8a079631408f261649a3.tar.bz2 |
fix the .Sanitize
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index f378c524..e502330 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -1,8 +1,6 @@ -# Sanitize.in for devo. -# $Id$ -# +# .Sanitize for devo/gas/config -# Each directory to survive it's way into a release will need a file +# Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, # and must exist in the order specified by this file. Each directory # in the tree will be processed, top down, in the following order. @@ -17,7 +15,9 @@ Do-first: - +if ( echo $* | grep keep\-mpw > /dev/null ) ; then + keep_these_too="ho-mpw.h" +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. |