[MLton-commit] r7024

Ville Laurikari ville at mlton.org
Fri Mar 6 01:14:56 PST 2009


Whitespace cleanup.

----------------------------------------------------------------------

U   mlton/trunk/runtime/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile	2009-03-06 09:14:52 UTC (rev 7023)
+++ mlton/trunk/runtime/Makefile	2009-03-06 09:14:56 UTC (rev 7024)
@@ -1,4 +1,4 @@
-## Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
+## Copyright (C) 1999-2009 Henry Cejtin, Matthew Fluet, Suresh
  #    Jagannathan, and Stephen Weeks.
  # Copyright (C) 1997-2000 NEC Research Institute.
  #
@@ -37,11 +37,11 @@
 PICFLAGS := -DPIC
 GCOPTFLAGS :=
 GCDEBUGFLAGS :=
-GCPICFLAGS := 
+GCPICFLAGS :=
 WARNFLAGS :=
 OPTWARNFLAGS :=
 DEBUGWARNFLAGS :=
-PICWARNFLAGS := 
+PICWARNFLAGS :=
 
 # Win32&64 don't use PIC code, all other platforms do
 ifeq ($(findstring $(TARGET_OS), mingw cygwin),)




More information about the MLton-commit mailing list