doc fix
This commit is contained in:
parent
c3f471a401
commit
8d57a263f5
@ -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
|
||||
|
@ -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` \
|
||||
|
Loading…
Reference in New Issue
Block a user