From 7edc098b568b56215c498840a72098ec35fbe384 Mon Sep 17 00:00:00 2001 From: clive 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/emacs20') 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