summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-08-20 16:50:30 +0000
committerdownsj <downsj@openbsd.org>1996-08-20 16:50:30 +0000
commitac14ab9afba5288c2ab837da39fdfd2b8be94d46 (patch)
treed89e328b64367e4bf5f162e3196526729bbbf191
parentDisable dynamic loading on archs that don't support it, and enable setuid (diff)
downloadwireguard-openbsd-ac14ab9afba5288c2ab837da39fdfd2b8be94d46.tar.xz
wireguard-openbsd-ac14ab9afba5288c2ab837da39fdfd2b8be94d46.zip
Forgot emacs.out depends on emacs.c.
-rw-r--r--bin/ksh/Makefile4
-rw-r--r--bin/pdksh/Makefile4
2 files changed, 4 insertions, 4 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>
diff --git a/bin/pdksh/Makefile b/bin/pdksh/Makefile
index 3067de4a8bd..1aad94446f9 100644
--- a/bin/pdksh/Makefile
+++ b/bin/pdksh/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>