From: Ned Deily Date: Tue, 23 Sep 2014 19:48:16 +0000 (-0700) Subject: Issue #22471: Avoid Python Launcher.app install problems by removing X-Git-Tag: v2.7.9rc1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22ee4c47ff8ad8ef92e8cd40496faa630b977e28;p=thirdparty%2FPython%2Fcpython.git 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 a6962f6eee52..76da8575e590 100644 --- a/Mac/PythonLauncher/Makefile.in +++ b/Mac/PythonLauncher/Makefile.in @@ -54,8 +54,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