summaryrefslogtreecommitdiff
path: root/packaging/macosx/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-28 21:11:53 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-28 21:11:53 +0000
commitebf0ed08a7d6441098c8efd5616f4b3c406192d1 (patch)
tree1b9972c018cf90368812edcb9f6d7e4a09542e4d /packaging/macosx/Makefile.am
parentdedfac9c81132617c0dc5184e16d2c0d829f7d88 (diff)
downloadwireshark-ebf0ed08a7d6441098c8efd5616f4b3c406192d1.tar.gz
Trying to feed file names with spaces to GNU make will just end in tears.
Don't do that. svn path=/trunk/; revision=24749
Diffstat (limited to 'packaging/macosx/Makefile.am')
-rw-r--r--packaging/macosx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am
index 6fea03b1ab..945ee44c7d 100644
--- a/packaging/macosx/Makefile.am
+++ b/packaging/macosx/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST = \
osx-app.sh \
osx-build.sh \
osx-dmg.sh \
- Read me first.rtf \
+ Read_me_first.rtf \
Resources/bin/getdisplay.sh \
Resources/bin/wireshark \
Resources/etc/fonts/fonts.conf \