From 22404e58846edfaa88f4aceb0e42a4185ceaeb86 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 18 Sep 1999 10:04:08 +0000 Subject: Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems to hang forever. --- editors/apel-xemacs21-mule/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index b0c6d8cd5de2..8be3790495ee 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -34,4 +34,8 @@ MANIFEST= MANIFEST.apel # package documents APELDOCDIR= ${EMACS_PACKAGESDIR}/lisp/apel +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include <${MASTERDIR}/Makefile> -- cgit v1.2.3