diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 23:19:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 23:19:26 +0000 |
commit | 10f1b5978b89872ff7e45e82c782f0eb24efab71 (patch) | |
tree | 910f0c72ed1ce10559df09b302f32a461d540901 /ld/.Sanitize | |
parent | 7e6fc3a845647c49e98c8b06e9e23280945bd987 (diff) | |
download | gdb-10f1b5978b89872ff7e45e82c782f0eb24efab71.zip gdb-10f1b5978b89872ff7e45e82c782f0eb24efab71.tar.gz gdb-10f1b5978b89872ff7e45e82c782f0eb24efab71.tar.bz2 |
Elim dup of file names
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index d143e77..7f36d07 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -15,10 +15,12 @@ Do-first: +mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw" + if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${keep_these_too}" + keep_these_too="${mpw_files} ${keep_these_too}" else - lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${lose_these_too}" + lose_these_too="${mpw_files} ${lose_these_too}" fi if ( echo $* | grep keep\-gm > /dev/null ) ; then |