doc fix
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Apr 1993 18:06:32 +0000 (18:06 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Apr 1993 18:06:32 +0000 (18:06 +0000)
gdb/ChangeLog
gdb/Makefile.in

index bb1fdc50463f18e5c57bfc02e62e19c5de5b649f..022b0f37db48ae02745e46c17a5d506a99625806 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 30 11:05:42 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * Makefile.in (TAGS): Doc fix.
+
 Fri Apr 30 10:06:46 1993  Fred Fish  (fnf@cygnus.com)
 
        * alldeps.mak, depend:  Update with latest automatically built
index a3d413e96ee60e32e08cfeea9d82918f9b0d5436..7d20804a74157c8785a66ef4bad6506cd986975a 100644 (file)
@@ -601,7 +601,8 @@ kdb:        $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${CDEPS}
        ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
          -lc $(CLIBS)
 
-# Put the proper machine-specific files first.
+# Put the proper machine-specific files first, so M-. on a machine
+# specific routine gets the one for the correct machine.
 TAGS:  ${TAGFILES}
        etags `find ${srcdir}/config -name $(TM_FILE) -print` \
          `find ${srcdir}/config -name ${XM_FILE} -print` \
This page took 0.082261 seconds and 4 git commands to generate.