* Makefile.in (SFILES_MAINDIR): add mipsread.c

This commit is contained in:
Stu Grossman 1992-04-03 09:39:11 +00:00
parent 2bdc4094ab
commit 239e7ee90f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Apr 3 01:37:26 1992 Stu Grossman (grossman at cygnus.com)
* Makefile.in (SFILES_MAINDIR): add mipsread.c
Thu Apr 2 20:20:54 1992 John Gilmore (gnu at cygnus.com)
* Makefile.in (OBS): Compile mipsread.c for all targets now.

View File

@ -187,7 +187,7 @@ SFILES_MAINDIR = \
signame.c cplus-dem.c mem-break.c target.c inftarg.c \
dbxread.c coffread.c elfread.c dwarfread.c xcoffread.c \
ieee-float.c language.c parse.c buildsym.c objfiles.c \
minsyms.c
minsyms.c mipsread.c
# Source files in subdirectories (which will be handled separately by
# 'make gdb.tar.Z').