diff --git a/lisp/GNUmakefile b/lisp/GNUmakefile index d2d8119a279c2d2b313454f770967eebaaaca5d8..46bed1b8b67ee69ce061749a6e591dafb7cd526e 100644 --- a/lisp/GNUmakefile +++ b/lisp/GNUmakefile @@ -1,4 +1,4 @@ -# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.5 1993/07/27 15:14:57 hallgren Exp $ +# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.6 1993/08/04 11:27:10 wlott Exp $ all: lisp.nm @@ -9,7 +9,7 @@ include Config SRCS = lisp.c coreparse.c alloc.c monitor.c print.c interr.c \ vars.c parse.c interrupt.c search.c validate.c gc.c globals.c \ dynbind.c breakpoint.c regnames.c backtrace.c save.c purify.c \ - socket.c undefineds.c ${ARCH_SRC} ${ASSEM_SRC} ${OS_SRC} + socket.c runprog.c undefineds.c ${ARCH_SRC} ${ASSEM_SRC} ${OS_SRC} OBJS = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(SRCS)))