diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-28 19:14:06 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-28 19:14:06 +0000 |
commit | 764eb34944b414ea09b6ac6da5daa223a9a668b0 (patch) | |
tree | a6d75063b45bedf36ca134e21bb1be15d4d37351 /ld/.Sanitize | |
parent | 496977f2f6702c41f47dde805035bfc7452fe8af (diff) | |
download | gdb-764eb34944b414ea09b6ac6da5daa223a9a668b0.zip gdb-764eb34944b414ea09b6ac6da5daa223a9a668b0.tar.gz gdb-764eb34944b414ea09b6ac6da5daa223a9a668b0.tar.bz2 |
Lose mpw-build.in
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index f797560..264fab1 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/ld +# .Sanitize for devo/ld. # Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, @@ -20,9 +20,9 @@ if ( echo $* | grep keep\-v9 > /dev/null ) ; then fi if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw ${keep_these_too}" + keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${keep_these_too}" else - lose_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw ${lose_these_too}" + lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${lose_these_too}" fi if ( echo $* | grep keep\-gm > /dev/null ) ; then |