aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-04-27 17:19:58 +0000
committerKen Raeburn <raeburn@cygnus>1994-04-27 17:19:58 +0000
commiteccc57e5ff27159c566939ac55f7df17293cec87 (patch)
tree38bc419c6e50daf235fb79d49e63933896327b8e /.Sanitize
parent5a3a28f2ae6779b6f76516a13d45a043f556ad8d (diff)
downloadfsf-binutils-gdb-eccc57e5ff27159c566939ac55f7df17293cec87.zip
fsf-binutils-gdb-eccc57e5ff27159c566939ac55f7df17293cec87.tar.gz
fsf-binutils-gdb-eccc57e5ff27159c566939ac55f7df17293cec87.tar.bz2
Trying to make yesterday's "simplification" actually work...
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize4
1 files changed, 2 insertions, 2 deletions
diff --git a/.Sanitize b/.Sanitize
index 752630c..d6d21ee 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -15,7 +15,7 @@
Do-first:
-cygnus_files = "release release-info build-all.mk"
+cygnus_files="release release-info build-all.mk"
if ( echo $* | grep keep\-cygnus > /dev/null) ; then
keep_these_too="${keep_these_too} ${cygnus_files}"
@@ -23,7 +23,7 @@ else
lose_these_too="${lose_these_too} ${cygnus_files}"
fi
-mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
+mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw"
if ( echo $* | grep keep\-mpw > /dev/null) ; then
keep_these_too="${keep_these_too} ${mpw_files}"