diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-13 10:34:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-14 09:22:24 +0000 |
commit | 5b04aee6e9bed18c534f7bd49836950e2a6dfe83 (patch) | |
tree | e6bf60bf5ff132652775d28db8737b5bdec771ac /win32/makefile.mk | |
parent | d7201950fb88ad4d067f937f0b3b60640f3d2099 (diff) | |
download | perl-5b04aee6e9bed18c534f7bd49836950e2a6dfe83.tar.gz |
Remove extraneous trailing whitespace from Win32 makefiles.
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
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index c8a8b3f091..f3fface05a 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -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 |