diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-11 13:53:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-11 13:53:53 -0500 |
commit | 5beb8ee4e1889346dc9bec5f866b14809a2d6983 (patch) | |
tree | 2ef957c8a4a8cf7ba5f88be038e54ca764499e42 /Makefile.am | |
parent | 362bb5c625b831095e1d9dae1c348131257afab4 (diff) | |
parent | fcdf1470c04b5ef19a7b9d28a48401f4d5c17293 (diff) | |
download | tor-5beb8ee4e1889346dc9bec5f866b14809a2d6983.tar.gz tor-5beb8ee4e1889346dc9bec5f866b14809a2d6983.zip |
Merge remote branch 'sebastian/remove-osx-expert-package' into maint-0.2.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am index cb85d2559e..d03c71ff2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,25 +34,6 @@ dist-rpm: mv $$RPM_BUILD_DIR/RPMS/* .; \ rm -rf $$RPM_BUILD_DIR -dist-osx: - @if [ "x$(prefix)" != 'x/Library/Tor' ]; then \ - echo "Configure with --prefix=/Library/Tor, please"; \ - exit 1; \ - fi; \ - if [ "x$(bindir)" != 'x/Library/Tor' ]; then \ - echo "Configure with --bindir=/Library/Tor, please"; \ - exit 1; \ - fi; \ - if [ "x$(sysconfdir)" != 'x/Library' ]; then \ - echo "Configure with --sysconfdir=/Library, please"; \ - exit 1; \ - fi; \ - if [ "x$(CONFDIR)" != 'x/Library/Tor' ]; then \ - echo "Configure with CONFDIR=/Library/Tor, please"; \ - fi - $(MAKE) all - VERSION=$(VERSION) sh ./contrib/osx/package.sh - dist: check doxygen: |