diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 20:23:55 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-23 20:23:55 (GMT) |
| commit | 2b98c8e13d2e799c0bb10080d2180ce135a984b1 (patch) | |
| tree | 0952703600005fd8d2aeb1dc58be2bf504166a3a | |
| parent | c563caf3a21115fa1e2eb6c7b455ec58ca85e8e4 (diff) | |
| parent | 945b21535ac3a6a288adbe0df580c81668771109 (diff) | |
| download | cpython-2b98c8e13d2e799c0bb10080d2180ce135a984b1.zip cpython-2b98c8e13d2e799c0bb10080d2180ce135a984b1.tar.gz cpython-2b98c8e13d2e799c0bb10080d2180ce135a984b1.tar.bz2 | |
Merge heads
| -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 |
