summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-23 23:23:41 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-23 23:23:41 +0300
commit717b0d33a331430b6f0af890ec183567ed95b7fc (patch)
tree3448623cac313d39e9eb6ba3a199cacffc1f820f
parentcd9032d45b3ebdb633190091ded4cc26a4b89efe (diff)
parentb1f4ec6b8c900d39c4727244a4926d2c1b371c75 (diff)
downloadcpython-git-717b0d33a331430b6f0af890ec183567ed95b7fc.tar.gz
Merge heads
-rw-r--r--Mac/PythonLauncher/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in
index 970b83f314..f05efdfbfd 100644
--- a/Mac/PythonLauncher/Makefile.in
+++ b/Mac/PythonLauncher/Makefile.in
@@ -53,8 +53,6 @@ Python\ Launcher.app: Info.plist \
--resource=$(srcdir)/factorySettings.plist \
--plist Info.plist \
build
- find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
-
FileSettings.o: $(srcdir)/FileSettings.m
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m