Remove extraneous trailing whitespace from Win32 makefiles.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Feb 2011 10:34:31 +0000 (10:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 14 Feb 2011 09:22:24 +0000 (09:22 +0000)
73c9ebc71cb12c3c added a "blank" line with two spaces to Makefile,
e64b1bd1d1005342 added a dependency rule with a trailing tab to Makefile,
and 9ce5b024fd73d3a7 propagated that rule to makefile.mk

win32/Makefile
win32/makefile.mk

index db96082..ceaaaa5 100644 (file)
@@ -529,7 +529,7 @@ PERLSTATIC  = static
 !ELSE
 PERLSTATIC     = 
 !ENDIF
-  
+
 # Unicode data files generated by mktables
 FIRSTUNIFILE     = ..\lib\unicore\Decomposition.pl
 UNIDATAFILES    = ..\lib\unicore\Decomposition.pl \
@@ -795,7 +795,7 @@ all : .\config.h ..\git_version.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) \
 
 regnodes : ..\regnodes.h
 
-..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h       
+..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h
 
 ..\regexec$(o) : ..\regnodes.h ..\regcharclass.h
 
index c8a8b3f..f3fface 100644 (file)
@@ -1035,7 +1035,7 @@ all : CHECKDMAKE .\config.h ..\git_version.h $(GLOBEXE) $(MINIPERL) $(MK2)        \
 
 regnodes : ..\regnodes.h
 
-..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h       
+..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h
 
 ..\regexec$(o) : ..\regnodes.h ..\regcharclass.h