diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-04 00:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-04 00:36:48 +0000 |
commit | 659688296062fa4733e59c4440d42f60ae6bdf35 (patch) | |
tree | 512b46f50f176970aba0f17b1c37cf8ec5fc2e85 | |
parent | f45efe8dbb74ae6be4cd08a3018fa396ced03a10 (diff) |
fixed case typo (from patch 1608063 submitted by kunowoudt); added a little extra info to test_location target
svn path=/trunk/; revision=6606
-rw-r--r-- | packages/darwin_app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 24a13d49..45584ebd 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -167,7 +167,7 @@ Info.plist: Info.plist.in # tigital's Gem window focus black magic rez_install: install -pv "$(CWD)/mac.r" "$(bindir)" - cd $(bindir) && /Developer/tools/Rez -t APPL mac.r -o pd + cd $(bindir) && /Developer/Tools/Rez -t APPL mac.r -o pd darwin_app_embed_libs: @@ -348,4 +348,5 @@ test_locations: @echo "HELPDIR $(helpdir)" @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + sw_vers |