remove bogus -lpthread from 3m link (slipped in with places change)
svn: r11988
This commit is contained in:
parent
14c4931da3
commit
489f4b623c
|
@ -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`"'"'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user