diff options
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 |