diff options
author | John Gilmore <gnu@cygnus> | 1991-07-31 04:15:12 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-31 04:15:12 +0000 |
commit | 55b32c02a861436d4cfb3ce021e52d186fb9fc96 (patch) | |
tree | f1b7ced70268c94874c533ceab2a49de6cb7eb1a /gdb/alldeps.mak | |
parent | 51c27f4925a6c6a5f682b22851838810253cf47c (diff) | |
download | gdb-55b32c02a861436d4cfb3ce021e52d186fb9fc96.zip gdb-55b32c02a861436d4cfb3ce021e52d186fb9fc96.tar.gz gdb-55b32c02a861436d4cfb3ce021e52d186fb9fc96.tar.bz2 |
Remove config.gdb. Restore alldeps.mak, depend, and expread.tab.c
to the RCS archives. Update .Sanitize for this.
Diffstat (limited to 'gdb/alldeps.mak')
-rw-r--r-- | gdb/alldeps.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/alldeps.mak b/gdb/alldeps.mak index 6c9a41a..c7157ff 100644 --- a/gdb/alldeps.mak +++ b/gdb/alldeps.mak @@ -1,3 +1,4 @@ +# Start of "alldeps.mak" definitions ALLDEPFILES = $(ALLDEPFILES_MAINDIR) $(ALLDEPFILES_SUBDIR) ALLDEPFILES_MAINDIR=\ altos-xdep.c\ @@ -134,6 +135,7 @@ ALLCONFIG=\ ./tconfig/arm\ ./tconfig/bigmips\ ./tconfig/convex\ +./tconfig/dec3100\ ./tconfig/hp300bsd\ ./tconfig/hp300hpux\ ./tconfig/i386sco\ @@ -174,6 +176,7 @@ ALLCONFIG=\ ./xconfig/arm\ ./xconfig/bigmips\ ./xconfig/convex\ +./xconfig/dec3100\ ./xconfig/hp300bsd\ ./xconfig/hp300hpux\ ./xconfig/i386sco\ @@ -205,3 +208,4 @@ ALLCONFIG=\ ./xconfig/umax\ ./xconfig/vax +# End of "alldeps.mak" definitions |