From 489f4b623c00721dcad5ca7ba91c8ccd92656433 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 11 Oct 2008 12:47:28 +0000 Subject: [PATCH] remove bogus -lpthread from 3m link (slipped in with places change) svn: r11988 --- src/mzscheme/gc2/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mzscheme/gc2/Makefile.in b/src/mzscheme/gc2/Makefile.in index 6c3ccb8321..fd08b1cc0f 100644 --- a/src/mzscheme/gc2/Makefile.in +++ b/src/mzscheme/gc2/Makefile.in @@ -21,7 +21,7 @@ RANLIB = @RANLIB@ CPPFLAGS = @PREFLAGS@ @OPTIONS@ @GC2OPTIONS@ @MZOPTIONS@ -I$(builddir)/.. -I$(srcdir)/../include CFLAGS = @CFLAGS@ $(CPPFLAGS) @COMPFLAGS@ @PROFFLAGS@ -LIBS = @LIBS@ -lpthread +LIBS = @LIBS@ DEF_COLLECTS_DIR = +D INITIAL_COLLECTS_DIRECTORY='"'"`cd $(srcdir)/../../../collects; pwd`"'"'