Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r156:633c13cdae59
Date: 2013-06-16 18:23 +0200
http://bitbucket.org/pypy/stmgc/changeset/633c13cdae59/

Log:    Fix the Makefile

diff --git a/c4/Makefile b/c4/Makefile
--- a/c4/Makefile
+++ b/c4/Makefile
@@ -9,8 +9,8 @@
 
 
 H_FILES = atomic_ops.h stmgc.h stmimpl.h \
-          dbgmem.h et.h fprintcolor.h lists.h steal.h stmsync.h
-C_FILES = dbgmem.c et.c fprintcolor.c lists.c steal.c stmsync.c
+         et.h lists.h steal.h nursery.h stmsync.h dbgmem.h fprintcolor.h
+C_FILES = et.c lists.c steal.c nursery.c stmsync.c dbgmem.c fprintcolor.c
 
 DEBUG = -g -DGC_NURSERY=0x10000  #-D_GC_DEBUG=1
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to