From 9ed2d736dbba6dc2f00e8913ac10694b7b0b89f8 Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Fri, 16 Dec 2005 07:40:17 +0000 Subject: Fix post-install target conflicts. Submitted by: NIIMI Satoshi --- editors/emacs20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 0ead5ed95bfe..5668f6664997 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -61,7 +61,7 @@ post-build: ) BINDIR= ${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET} -post-install: +post-install:: for f in b2m ctags emacs emacsclient etags rcs-checkin; do \ ${LN} -sf ${BINDIR}/$${f} ${PREFIX}/bin/$${f}20; \ done -- cgit v1.2.3