Home | History | Annotate | Download | only in ksh

Lines Matching refs:emacs

12 SRCS=	alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \
16 DPSRCS= emacs.out siglist.out
37 # two steps to prevent the creation of a bogus emacs.out
38 CLEANFILES+= emacs.out emacs.out.tmp
39 emacs.out: emacs.c
42 ${HOST_SH} ${.CURDIR}/emacs-gen.sh ${.CURDIR}/emacs.c > emacs.out.tmp \
43 && mv emacs.out.tmp emacs.out