diff options
author | Ned Deily <nad@acm.org> | 2014-09-23 19:54:18 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-09-23 19:54:18 (GMT) |
commit | 945b21535ac3a6a288adbe0df580c81668771109 (patch) | |
tree | b6be98871cf2e46c3621fd61842d1f50dc0e32a6 /Mac | |
parent | 385ffbffe6f129411811ce33156058c0aa183eac (diff) | |
parent | b1f4ec6b8c900d39c4727244a4926d2c1b371c75 (diff) | |
download | cpython-945b21535ac3a6a288adbe0df580c81668771109.zip cpython-945b21535ac3a6a288adbe0df580c81668771109.tar.gz cpython-945b21535ac3a6a288adbe0df580c81668771109.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.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in index 4b4ae62..4c05f26 100644 --- a/Mac/PythonLauncher/Makefile.in +++ b/Mac/PythonLauncher/Makefile.in @@ -50,7 +50,6 @@ Python\ Launcher.app: Info.plist \ cp $(srcdir)/../Icons/PythonCompiled.icns "Python Launcher.app/Contents/Resources" cp $(srcdir)/factorySettings.plist "Python Launcher.app/Contents/Resources" cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources" - find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r FileSettings.o: $(srcdir)/FileSettings.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m |