diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-16 19:51:59 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-16 19:51:59 +0000 |
commit | f0c84683873dbad8b3eb99367474c6c456590b47 (patch) | |
tree | bd304f98c706e20215d0c0c1f294d6e2f7c1d764 /gdb | |
parent | 92a6c3cc31bcb46d4e5d28665af3d25da4ca34fa (diff) | |
download | gdb-f0c84683873dbad8b3eb99367474c6c456590b47.zip gdb-f0c84683873dbad8b3eb99367474c6c456590b47.tar.gz gdb-f0c84683873dbad8b3eb99367474c6c456590b47.tar.bz2 |
* Makefile.in (TAGS): Depend on TAGFILES_{NO,WITH}_SRCDIR.
* Makefile.in: (HFILES,TAGFILES): Split into _WITH_SRCDIR and
_NO_SRCDIR versions.
(TAGS): Only add srcdir to TAGFILES_NO_SRCDIR.
(This is part of a long saga involving me putting srcdir on
everything (perhaps for now-obsolete reasons, I forget), Rich
removing the srcdir from everything, Stu putting it back some
places for Sun make, and me just now getting around to fixing
`make TAGS' again).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf6efbb..ddb556c3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Nov 16 13:33:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Makefile.in (TAGS): Depend on TAGFILES_{NO,WITH}_SRCDIR. + + * Makefile.in: (HFILES,TAGFILES): Split into _WITH_SRCDIR and + _NO_SRCDIR versions. + (TAGS): Only add srcdir to TAGFILES_NO_SRCDIR. + (This is part of a long saga involving me putting srcdir on + everything (perhaps for now-obsolete reasons, I forget), Rich + removing the srcdir from everything, Stu putting it back some + places for Sun make, and me just now getting around to fixing + `make TAGS' again). + Mon Nov 15 12:29:10 1993 Kung Hsu (kung@cirdan.cygnus.com) * stack.c(print_frame_info): print demangled function name |