From 9594f61e1f5cb32e28d85117334819023ba331e9 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Mon, 25 Feb 2002 21:51:43 +0000 Subject: [PATCH] Fixed typeo in etags target svn path=/trunk/; revision=2649 --- reactos/lib/ntdll/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/ntdll/makefile b/reactos/lib/ntdll/makefile index 2b89e0d0afe..e507cac65e5 100644 --- a/reactos/lib/ntdll/makefile +++ b/reactos/lib/ntdll/makefile @@ -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