From 5812f77ad4931840e6490c63c1eed92ee92ca278 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 26 Jun 2007 16:55:12 +0000 Subject: - use PACKAGE_BUILDING Approved by: maintainer (implicit) --- editors/emacs.app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/emacs.app') diff --git a/editors/emacs.app/Makefile b/editors/emacs.app/Makefile index 9e44764f50d6..f051b7928be9 100644 --- a/editors/emacs.app/Makefile +++ b/editors/emacs.app/Makefile @@ -35,7 +35,7 @@ do-build: do-install: ${CP} -r ${WRKSRC}/nextstep/build/Emacs.app ${PREFIX}/System/Applications/ -.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT) +.if defined(PACKAGE_BUILDING) || defined(BATCH) || defined(CLEAN_ROOT) ${RM} -rf /root/GNUstep .endif -- cgit v1.2.3