From 66c5e85906166921c76945d05514a9de91190c8d Mon Sep 17 00:00:00 2001 From: ch <ch> Date: Wed, 28 Mar 1990 23:05:44 +0000 Subject: [PATCH] Fixed bug in assem.o rule. --- ldb/Makefile.orig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldb/Makefile.orig b/ldb/Makefile.orig index 10c09d8e9..1d7c85c88 100644 --- a/ldb/Makefile.orig +++ b/ldb/Makefile.orig @@ -1,4 +1,4 @@ -# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.5 1990/03/28 23:00:25 ch Exp $ +# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.6 1990/03/28 23:05:44 ch Exp $ CFLAGS = -g OBJS = ldb.o egets.o coreparse.o alloc.o monitor.o print.o \ @@ -29,7 +29,7 @@ interrupt.o: interrupt.c cc ${CFLAGS} -G 0 -c interrupt.c assem.o: assem.s - as -G 0 -o $@ $> + as -G 0 -o $@ assem.s lisp.h: @echo "You must run genesis to create lisp.h!" -- GitLab