* Makefile.in (TAGS): Depend on TAGFILES_{NO,WITH}_SRCDIR.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 16 Nov 1993 19:51:59 +0000 (19:51 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 16 Nov 1993 19:51:59 +0000 (19:51 +0000)
* 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).

gdb/ChangeLog

index bf6efbbaede07241059b7b149b9db2adbcd289b0..ddb556c31da3cd3b62eec6b4e39914d135ce8efc 100644 (file)
@@ -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