fix bug that caused hang when parsing comments in grammar files
[sbp.git] / misc / intel-mac-patch
1 --- Haskell/Makefile.am 2006-09-02 23:50:38.000000000 -0700
2 +++ Haskell/Makefile.am 2003-11-03 12:49:54.000000000 -0800
3 @@ -15,7 +14,7 @@
4  
5  CFLAGS                 = -I$(includedir_FIX) -I$(HC_INCDIR)
6  
7 +BOOTLDFLAGS            = -L$(libdir_FIX)/ -lJVMBridge -lJVMInvocation -framework JavaVM -optl -fexceptions  -lstdc++ -optl '-fexceptions' 
8 -BOOTLDFLAGS            = -L$(libdir_FIX)/ -lJVMBridge -lJVMInvocation `echo "$${JVM_LDFLAGS}" | sed -e 's/  */ -optl/g;s/^/-optl/'` -lstdc++
9  BOOTLDFLAGS            += `(test -f $(libdir_FIX)/libjvm_imp.a && echo " -L$(libdir_FIX) -ljvm_imp ") || echo ""`
10  
11  BOOT_SRCS = \