Module Name:    src
Committed By:   apb
Date:           Sun Dec  2 11:19:45 UTC 2012

Modified Files:
        src/tools: Makefile

Log Message:
remove trailing white space


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.161 src/tools/Makefile:1.162
--- src/tools/Makefile:1.161	Tue Nov 27 20:00:39 2012
+++ src/tools/Makefile	Sun Dec  2 11:19:45 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.161 2012/11/27 20:00:39 jkunz Exp $
+#	$NetBSD: Makefile,v 1.162 2012/12/02 11:19:45 apb Exp $
 
 .include <bsd.own.mk>
 
@@ -50,7 +50,7 @@ DTRACE_BITS=
 .if ${MKDTRACE} != "no"
 DTRACE_BITS+= .WAIT libelf
 DTRACE_BITS+= .WAIT libdwarf
-DTRACE_BITS+= .WAIT libctf 
+DTRACE_BITS+= .WAIT libctf
 DTRACE_BITS+= .WAIT ctfconvert ctfmerge
 .endif
 
@@ -188,7 +188,7 @@ all-${dir} depend-${dir} dependall-${dir
 .  if exists(PREVIOUSTOOLDIR)
 PREVIOUSTOOLDIR!=	cat PREVIOUSTOOLDIR
 .  else
-PREVIOUSTOOLDIR=	
+PREVIOUSTOOLDIR=
 .  endif
 .endif
 

Reply via email to