diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-25 18:59:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-25 18:59:27 +0000 |
commit | 6d15011d40cb79dc8b63d8bf429e8c1bbf3e6ffb (patch) | |
tree | a953d7b4faf78aff1e8d30947908cd5567fb74d5 /gas/.Sanitize | |
parent | 7c805df0529c50b5022ae1c3cbf2e7313a975061 (diff) | |
download | gdb-6d15011d40cb79dc8b63d8bf429e8c1bbf3e6ffb.zip gdb-6d15011d40cb79dc8b63d8bf429e8c1bbf3e6ffb.tar.gz gdb-6d15011d40cb79dc8b63d8bf429e8c1bbf3e6ffb.tar.bz2 |
Tue Jan 25 10:49:31 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in (varargs.h, sys/*.h): Don't create when
configuring.
(host.h): Create with forward-include.
* mpw-make.in (CFLAGS): Add -w flag.
* mpw-build.in: New file, build script fragment.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 930d33c..dc3cfcf 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -16,9 +16,9 @@ Do-first: if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw" + keep_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw" else - lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw" + lose_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw" fi if ( echo $* | grep keep\-gm > /dev/null ) ; then |