diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-30 19:50:07 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-30 19:50:07 +0000 |
commit | a416228b533730c11304cd58b94bd35cbd602784 (patch) | |
tree | 0063cf011f79e5cbbe1fd98e19e2947f7fed5065 /gdb/Makefile.dist | |
parent | f0ca24b90156c6286c3702dae9f05b2400a0bcf6 (diff) | |
download | gdb-a416228b533730c11304cd58b94bd35cbd602784.zip gdb-a416228b533730c11304cd58b94bd35cbd602784.tar.gz gdb-a416228b533730c11304cd58b94bd35cbd602784.tar.bz2 |
* Makefile.dist: Add comment about tm-sun3os4.h: tm-sun3.h, etc.
Diffstat (limited to 'gdb/Makefile.dist')
-rwxr-xr-x | gdb/Makefile.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.dist b/gdb/Makefile.dist index f777018..0e4a788 100755 --- a/gdb/Makefile.dist +++ b/gdb/Makefile.dist @@ -362,6 +362,8 @@ config.status: # These are not generated by "make depend" because they only are there # for some machines. +# But these rules don't do what we want; we want to hack the foo.o: tm.h +# dependency to do the right thing. tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h : tm-68k.h tm-hp300hpux.h tm-sun2.h tm-3b1.h : tm-68k.h xm-news1000.h : xm-news.h |