diff options
author | Ned Deily <nad@acm.org> | 2014-09-23 19:48:16 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-09-23 19:48:16 (GMT) |
commit | 22ee4c47ff8ad8ef92e8cd40496faa630b977e28 (patch) | |
tree | d74bff35b73af05fa263a60763b4c4190f8113e7 /Mac/PythonLauncher | |
parent | 6d343e708b44fc7100df0fd9b9f85276360fb4cd (diff) | |
download | cpython-22ee4c47ff8ad8ef92e8cd40496faa630b977e28.zip cpython-22ee4c47ff8ad8ef92e8cd40496faa630b977e28.tar.gz cpython-22ee4c47ff8ad8ef92e8cd40496faa630b977e28.tar.bz2 |
Issue #22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.
Diffstat (limited to 'Mac/PythonLauncher')
-rw-r--r-- | Mac/PythonLauncher/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in index a6962f6..76da857 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 |