1.0.0.31: pthread-futex: another pthread back-end of mutex
[sbcl.git] / src / runtime / GNUmakefile
index 44a2c3a..af75160 100644 (file)
@@ -40,7 +40,8 @@ include Config
 
 COMMON_SRC = alloc.c backtrace.c breakpoint.c coreparse.c \
        dynbind.c gc-common.c globals.c interr.c interrupt.c largefile.c \
-       monitor.c os-common.c parse.c print.c purify.c pthread-lutex.c \
+       monitor.c os-common.c parse.c print.c purify.c \
+       pthread-futex.c pthread-lutex.c \
        regnames.c run-program.c runtime.c save.c search.c \
        thread.c time.c util.c validate.c vars.c wrap.c 
 
@@ -58,7 +59,7 @@ $(TARGET): $(OBJS)
        $(CC) ${LINKFLAGS} -o $@ $^ $(LIBS)
 
 sbcl.nm: $(TARGET)
-       $(NM) $(TARGET) | $(GREP) -v " F \| U " > ,$@
+       $(NM) $(TARGET) | $(GREP) -v " [FUw] " > ,$@
        mv -f ,$@ $@
 
 sbcl.h: $(wildcard genesis/*.h)