diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-10-17 19:31:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-10-17 19:31:57 +0000 |
commit | 19ff4eeead1fce1a8359c07f439c0cd82fdc410f (patch) | |
tree | 9e1f02bdb31a951974b5de53409f4b1c022c7541 /lib/libedit/Makefile | |
parent | a3d5933cd5951b1e97707fa1fddd53cade63d44c (diff) |
remove the remaining references to .depend files since nothing creates them
any longer; ok espie@ deraadt@
Diffstat (limited to 'lib/libedit/Makefile')
-rw-r--r-- | lib/libedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 31d53c032d0..4367f497653 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2017/07/10 21:30:37 espie Exp $ +# $OpenBSD: Makefile,v 1.30 2017/10/17 19:31:56 naddy Exp $ # $NetBSD: Makefile,v 1.41 2010/02/03 15:34:43 roy Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 @@ -17,7 +17,7 @@ INCS= histedit.h INCSDIR=/usr/include CLEANFILES+=common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp -CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend +CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 CFLAGS+=-Wall CPPFLAGS+=-I. -I${LIBEDITDIR} |