[MLton-commit] r4040

Stephen Weeks MLton@mlton.org
Thu, 25 Aug 2005 14:14:15 -0700


Made the install target strip mlnlffigen.

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

U   mlton/trunk/Makefile

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

Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2005-08-25 20:52:48 UTC (rev 4039)
+++ mlton/trunk/Makefile	2005-08-25 21:14:12 UTC (rev 4040)
@@ -392,8 +392,8 @@
 	darwin|solaris)							\
 	;;								\
 	*)								\
-		for f in $(TLIB)/$(AOUT) 				\
-			$(TBIN)/$(LEX) $(TBIN)/$(PROF)			\
+		for f in $(TLIB)/$(AOUT) $(TBIN)/$(LEX)			\
+			$(TBIN)/$(NLFFIGEN) $(TBIN)/$(PROF)		\
 			$(TBIN)/$(YACC); do 				\
 			strip --remove-section=.comment			\
 				--remove-section=.note $$f; 		\