0.7.9.43:
[sbcl.git] / src / runtime / GNUmakefile
index bf32c7a..c081c71 100644 (file)
@@ -36,7 +36,7 @@ include Config
 
 
 C_SRCS =alloc.c backtrace.c breakpoint.c coreparse.c \
-       dynbind.c globals.c interr.c interrupt.c \
+       dynbind.c gc-common.c globals.c interr.c interrupt.c \
        monitor.c parse.c print.c purify.c \
        regnames.c run-program.c runtime.c save.c search.c \
        time.c util.c validate.c vars.c wrap.c 
@@ -62,6 +62,6 @@ depend: ${C_SRCS} sbcl.h
        $(CC) ${DEPEND_FLAGS} ${CFLAGS} ${CPPFLAGS}  ${C_SRCS} > depend.tmp
        mv -f depend.tmp depend
 
-# By including this file, we cause GNU to automatically make depend if
-# it can't find it or it is out of date
+# By including this file, we cause GNU make to automatically "make depend"
+# if it can't find it or it is out of date.
 include depend