mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed typeo in etags target
svn path=/trunk/; revision=2649
This commit is contained in:
parent
75c16ac538
commit
9594f61e1f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.69 2002/01/01 03:29:15 dwelch Exp $
|
||||
# $Id: makefile,v 1.70 2002/02/25 21:51:43 phreak Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -71,4 +71,4 @@ include $(TOOLS_PATH)/helper.mk
|
|||
etags -o $(@D)/TAGS $(@D)/\*.c
|
||||
|
||||
etags: csr/TAGS dbg/TAGS ldr/TAGS main/TAGS rtl/TAGS stdio/TAGS stdlib/TAGS string/TAGS stubs/TAGS
|
||||
etags -i csr/TAGS -i dbg/TAGS -i ldr/TAGS -i main/TAGS -i rtl/TAGS -i stdio/TAGS -i stdlib/TAGS -i string/TAGS -i stubs/TAGS>>>>>>> 1.64
|
||||
etags -i csr/TAGS -i dbg/TAGS -i ldr/TAGS -i main/TAGS -i rtl/TAGS -i stdio/TAGS -i stdlib/TAGS -i string/TAGS -i stubs/TAGS
|
||||
|
|
Loading…
Reference in a new issue