diff options
| author | YAMAMOTO Mitsuharu | 2007-04-09 09:18:16 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-04-09 09:18:16 +0000 |
| commit | 89c28790121a91e44c62dd66fcbf5bee6b547bc5 (patch) | |
| tree | d901db4d8c60ba3162789b5d911bc9f02d506cea /mac/make-package | |
| parent | af71f3ce481e1c790739c30025a65ae745a170b5 (diff) | |
| download | emacs-89c28790121a91e44c62dd66fcbf5bee6b547bc5.tar.gz emacs-89c28790121a91e44c62dd66fcbf5bee6b547bc5.zip | |
(compver): Don't hardcode processor type.
Diffstat (limited to 'mac/make-package')
| -rwxr-xr-x | mac/make-package | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 325 | fi | 325 | fi |
| 326 | fi | 326 | fi |
| 327 | 327 | ||
| 328 | compver=powerpc-apple-darwin`uname -r` | 328 | compver=`uname -p`-apple-darwin`uname -r` |
| 329 | 329 | ||
| 330 | if test "$self_contained" = "yes"; then | 330 | if test "$self_contained" = "yes"; then |
| 331 | # Move shared files down to Resources directory | 331 | # Move shared files down to Resources directory |