diff options
author | Stu Grossman <grossman@cygnus> | 1993-06-05 01:38:08 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-06-05 01:38:08 +0000 |
commit | 13d44055740db8fa5eacd5ed1967331b5a3ab533 (patch) | |
tree | c62391b7b4e337a1911721c445d850e60b12ea69 /gdb/config/m68k | |
parent | a8ddd6ccd00f47978a6aee89c0005727cd881004 (diff) | |
download | gdb-13d44055740db8fa5eacd5ed1967331b5a3ab533.zip gdb-13d44055740db8fa5eacd5ed1967331b5a3ab533.tar.gz gdb-13d44055740db8fa5eacd5ed1967331b5a3ab533.tar.bz2 |
Remove # from XDEPFILES. This causes `make alldeps.mak' to produce a bad
ALLDEPFILES definition.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/isi.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/isi.mh b/gdb/config/m68k/isi.mh index d809066..d1c981e 100644 --- a/gdb/config/m68k/isi.mh +++ b/gdb/config/m68k/isi.mh @@ -1,5 +1,5 @@ # Host: ISI Optimum V (3.05) under 4.3bsd. # corelow.o commented out because core dumps are broken on this machine, # as of GDB 4.8, according to lam@tfs.com -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o # corelow.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o XM_FILE= xm-isi.h |