diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-10-01 04:30:10 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-10-01 04:30:10 +0000 |
commit | 13a336c4a1661151fd7f137181a0807bfa74bf05 (patch) | |
tree | d0cc76668c7049037b825c63430f050aaa173559 /gas | |
parent | f54b11140330feecb39110c838cac172cccecf33 (diff) | |
download | binutils-gdb-13a336c4a1661151fd7f137181a0807bfa74bf05.tar.gz |
Rewrote make-gas.com handling so that only "make realclean" will remove it.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8e7b1ca6fe9..371f6fb8fd3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,9 +5,11 @@ Fri Sep 30 19:05:20 1994 Pat Rankin (rankin@eql.caltech.edu) Fri Sep 30 16:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com> - * Makefile.in (diststuff): Build make-gas.com. - (clean, mostlyclean): Delete make-gas.com. - (realclean): Separate target, depend on clean and distclean. + * Makefile.in (DISTSTUFF): New variable, listing only make-gas.com + for now. + (diststuff): New target; builds DISTSTUFF. + (realclean): Separate target, depend on clean and distclean, then + delete DISTSTUFF. * make-gas.com: Deleted. * config/tc-i386.c (i386_validate_fix) [BFD_ASSEMBLER]: New |