aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-05-12 22:51:10 +0000
committerGerald Combs <gerald@wireshark.org>2011-05-12 22:51:10 +0000
commitd94ab5c6ba9aed005a56cf84798e565d0064c478 (patch)
tree2ac17c6a54edf9295da40eafd4d4df488c5f80c6 /Makefile.am
parent0d1658db91eeff6106a0e44544ebd34c5b7b4be9 (diff)
Another attempt to fix the OS X .dmg builds.
svn path=/trunk/; revision=37106
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1126650b41..2a85023efa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -949,7 +949,7 @@ osx-app: $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) packaging/macosx/Info.plist
echo "Package build abandoned." ; \
fi
-osx-package: osx-app
+osx-package: osx-app packaging/macosx/COPYING.txt
@if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
cd $(srcdir)/packaging/macosx ; \
./osx-dmg.sh ; \