From: Ned Deily Date: Tue, 23 Sep 2014 19:48:54 +0000 (-0700) Subject: Issue #22471: Avoid Python Launcher.app install problems by removing X-Git-Tag: v3.5.0a1~868^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1f4ec6b8c900d39c4727244a4926d2c1b371c75;p=python Issue #22471: Avoid Python Launcher.app install problems by removing vestigial Makefile step. --- 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