[MLton-commit] r4537

Ville Laurikari MLton@mlton.org
Sat, 13 May 2006 22:35:07 -0700


AIX doesn't use GNU binutils, so GNU options for `strip' don't work.

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

U   mlton/trunk/Makefile

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

Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2006-05-13 21:26:09 UTC (rev 4536)
+++ mlton/trunk/Makefile	2006-05-14 05:35:04 UTC (rev 4537)
@@ -1,4 +1,4 @@
-## Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+## Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
  #    Jagannathan, and Stephen Weeks.
  # Copyright (C) 1997-2000 NEC Research Institute.
  #
@@ -411,7 +411,7 @@
 		cd $(TMAN) && $(GZIP) $(MAN_PAGES);			\
 	fi
 	case "$(TARGET_OS)" in						\
-	cygwin|darwin|solaris)						\
+	aix|cygwin|darwin|solaris)					\
 	;;								\
 	*)								\
 		for f in $(TLIB)/$(AOUT)$(EXE) $(TBIN)/$(LEX)$(EXE)	\