aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-11 13:59:18 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-11 13:59:18 -0500
commit2b4ed1d07e5b03f368ccc23e44c2189d5dedc3fd (patch)
treed6786b027903624576e2f8861a68e665d0fbbb9b /Makefile.am
parenta29596556c60fbbf687b1af48b9e6646b25f208e (diff)
parent5beb8ee4e1889346dc9bec5f866b14809a2d6983 (diff)
downloadtor-2b4ed1d07e5b03f368ccc23e44c2189d5dedc3fd.tar
tor-2b4ed1d07e5b03f368ccc23e44c2189d5dedc3fd.tar.gz
Merge remote branch 'origin/maint-0.2.2'
Conflicts: configure.in
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index 5caae4cdc..5a7f31e20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,25 +35,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: