diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-27 17:19:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-27 17:19:58 +0000 |
commit | eccc57e5ff27159c566939ac55f7df17293cec87 (patch) | |
tree | 38bc419c6e50daf235fb79d49e63933896327b8e | |
parent | 5a3a28f2ae6779b6f76516a13d45a043f556ad8d (diff) | |
download | gdb-eccc57e5ff27159c566939ac55f7df17293cec87.zip gdb-eccc57e5ff27159c566939ac55f7df17293cec87.tar.gz gdb-eccc57e5ff27159c566939ac55f7df17293cec87.tar.bz2 |
Trying to make yesterday's "simplification" actually work...
-rw-r--r-- | .Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |