summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-09-23 19:48:54 (GMT)
committerNed Deily <nad@acm.org>2014-09-23 19:48:54 (GMT)
commitb1f4ec6b8c900d39c4727244a4926d2c1b371c75 (patch)
tree4bcf8895521e68e67a09b7de18d9d794ee226c0e /Mac
parent46a34924e45d7a0a4d0e31bdc54eef30c0afa44e (diff)
downloadcpython-b1f4ec6b8c900d39c4727244a4926d2c1b371c75.zip
cpython-b1f4ec6b8c900d39c4727244a4926d2c1b371c75.tar.gz
cpython-b1f4ec6b8c900d39c4727244a4926d2c1b371c75.tar.bz2
Issue #22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.
Diffstat (limited to 'Mac')
-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 970b83f..f05efdf 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