From: YAMAMOTO Mitsuharu Date: Mon, 9 Apr 2007 09:18:16 +0000 (+0000) Subject: (compver): Don't hardcode processor type. X-Git-Tag: emacs-pretest-22.0.98~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89c28790121a91e44c62dd66fcbf5bee6b547bc5;p=emacs.git (compver): Don't hardcode processor type. --- diff --git a/mac/make-package b/mac/make-package index a783ef40a50..1db34d2046c 100755 --- a/mac/make-package +++ b/mac/make-package @@ -325,7 +325,7 @@ if test "$with_app" == "yes"; then fi fi -compver=powerpc-apple-darwin`uname -r` +compver=`uname -p`-apple-darwin`uname -r` if test "$self_contained" = "yes"; then # Move shared files down to Resources directory