X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FGNUmakefile;h=1c5ae15afe95b97e63328f8d5444955c757a2e72;hb=e0924e0c54b0a216560d67b9e85a077473bb5952;hp=8545e9e57da2b3fedb3a43309f3a5291c54b85ab;hpb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index 8545e9e..1c5ae15 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -35,13 +35,13 @@ DEPEND_FLAGS=-M include Config -C_SRCS =alloc.c backtrace.c breakpoint.c coreparse.c \ +C_SRCS = alloc.c backtrace.c breakpoint.c coreparse.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 \ thread.c time.c util.c validate.c vars.c wrap.c -SRCS= $(C_SRCS) ${ARCH_SRC} ${ASSEM_SRC} ${OS_SRC} ${GC_SRC} +SRCS = $(C_SRCS) ${ARCH_SRC} ${ASSEM_SRC} ${OS_SRC} ${GC_SRC} OBJS = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(patsubst %.s,%.o,$(SRCS))))