From a2345c5159f573b186ca1ad030ff61cd110e1157 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 27 Nov 2010 18:59:17 -0800 Subject: [PATCH] remove debug printing --- lib/roken/NTMakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/roken/NTMakefile b/lib/roken/NTMakefile index 0bd2a1a0a..1d4ac6452 100644 --- a/lib/roken/NTMakefile +++ b/lib/roken/NTMakefile @@ -136,9 +136,8 @@ $(OBJ)\make-roken.c: roken.h.in roken.awk $(INCDIR)\config.h $(INCDIR)\roken.h: $(OBJ)\make-roken.exe $(OBJ)\make-roken.exe > $@ || $(RM) $@ - $(AWK) 'BEGIN{n=1} {print n++, $$0;}' $@ -INCFILES = \ +INCFILES = \ $(INCDIR)\base64.h \ $(INCDIR)\dirent.h \ $(INCDIR)\dlfcn.h \