This commit is contained in:
Jim Kingdon 1993-04-30 18:06:32 +00:00
parent c3f471a401
commit 8d57a263f5
2 changed files with 6 additions and 1 deletions

View 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

View 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` \