From: Steve Peters Date: Fri, 28 Oct 2005 21:12:35 +0000 (+0000) Subject: Makefiles like tabs, not spaces. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0d89a74d75a733390be8ece95b4e59a60b7d69a;p=p5sagit%2Fp5-mst-13.2.git Makefiles like tabs, not spaces. p4raw-id: //depot/perl@25867 --- diff --git a/win32/Makefile b/win32/Makefile index d9be141..eaedd01 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -590,7 +590,7 @@ MICROCORE_SRC = \ ..\gv.c \ ..\hv.c \ ..\locale.c \ - ..\mathoms.c \ + ..\mathoms.c \ ..\mg.c \ ..\numeric.c \ ..\op.c \ diff --git a/win32/makefile.mk b/win32/makefile.mk index ece395d..ab98162 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -760,7 +760,7 @@ MICROCORE_SRC = \ ..\gv.c \ ..\hv.c \ ..\locale.c \ - ..\mathoms.c \ + ..\mathoms.c \ ..\mg.c \ ..\numeric.c \ ..\op.c \