diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-20 16:50:31 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-20 16:50:31 +0000 |
commit | b5e555506ffff218734f7ccd0e0b12f99a537ad7 (patch) | |
tree | b84061789c66ef93f709e1088e6811c0cd637eed /bin/ksh/Makefile | |
parent | 91d38e11560840b903c3a44ffb8daa5591bb2f62 (diff) |
Forgot emacs.out depends on emacs.c.
Diffstat (limited to 'bin/ksh/Makefile')
-rw-r--r-- | bin/ksh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index 3067de4a8bd..1aad94446f9 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/08/19 20:34:19 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1996/08/20 16:50:30 downsj Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -22,7 +22,7 @@ siglist.out: config.h sh.h siglist.in siglist.sh "${CPP} ${CPPFLAGS} ${DEFS} -I${.CURDIR}" \ < ${.CURDIR}/siglist.in > siglist.out -emacs.out: +emacs.out: emacs.c /bin/sh ${.CURDIR}/emacs-gen.sh ${.CURDIR}/emacs.c > emacs.out .include <bsd.prog.mk> |