From 356402100ce460eee74907f9f913a89897853572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 9 Feb 2011 16:58:00 +0000 Subject: don't link against libdl and libpthread svn path=/trunk/externals/iemlib/; revision=14885 --- Make.include | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Make.include b/Make.include index 20ef3f9..622a6f1 100644 --- a/Make.include +++ b/Make.include @@ -9,7 +9,7 @@ EXT = pd_linux STRIP = strip PD_LDFLAGS = --export-dynamic -shared $(LD_FLAGS) -PD_LIB = -ldl -lm -lpthread $(LIB) +PD_LIB = -lm $(LIB) #select either the DBG and OPT compiler flags below: @@ -42,7 +42,3 @@ $(OBJ) : %.o : %.c touch $*.c $(CC) $(PD_CFLAGS) $(PD_INCLUDE) -c -o $*.o $*.c - -bla: - echo $(CC) - echo $(CP) -- cgit v1.2.1