Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8851c62

Browse files
committed
removed trailing tabs in several places, including after the final
newline
1 parent b93b3e7 commit 8851c62

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Mac/OSX/Makefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install_PythonLauncher:
6060
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
6161
pbxbuild -target PythonLauncher -buildstyle Deployment install \
6262
DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
63-
63+
6464
install_Python:
6565
@if test ! -f $(DOCINDEX); then \
6666
echo WARNING: you should run Apple Help Indexing Tool on $(DOCDIR); \
@@ -106,8 +106,8 @@ install_Python:
106106
esac; \
107107
done; \
108108
done
109-
$(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python
110-
109+
$(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python
110+
111111
install_IDE:
112112
@if ! $(BUILDPYTHON) -c "import waste"; then \
113113
echo PythonIDE needs the \"waste\" extension module; \
@@ -161,13 +161,13 @@ install_IDLE:
161161
$(srcdir)/Lib/idlelib/idle ; \
162162
fi
163163

164-
164+
165165
install_BuildApplet:
166166
$(BUILDPYTHON) $(srcdir)/Mac/scripts/BuildApplet.py \
167167
--python $(INSTALLED_PYTHONW) \
168168
--output $(DESTDIR)$(PYTHONAPPSDIR)/BuildApplet.app \
169169
$(srcdir)/Mac/scripts/BuildApplet.py
170-
170+
171171
MACLIBDEST=$(LIBDEST)/plat-mac
172172
MACTOOLSDEST=$(prefix)/Mac/Tools
173173
MACTOOLSSRC=$(srcdir)/Mac/Tools
@@ -220,7 +220,7 @@ installmacsubtree:
220220
esac; \
221221
done; \
222222
done
223-
223+
224224

225225
$(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
226226
$(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
@@ -243,12 +243,11 @@ installunixtools:
243243
echo "exec \"$(INSTALLED_PYTHONW)\" \"\$$@\"" >> pythonw.sh
244244
$(INSTALL) pythonw.sh $(DESTDIR)$(bindir)/pythonw$(VERSION)
245245
$(INSTALL_SYMLINK) pythonw$(VERSION) $(DESTDIR)$(bindir)/pythonw
246-
246+
247247
installextras:
248248
$(INSTALL) -d $(DESTDIR)$(PYTHONAPPSDIR)/Extras
249249
$(INSTALL) $(srcdir)/Mac/OSX/Extras.ReadMe.txt $(DESTDIR)$(PYTHONAPPSDIR)/Extras/ReadMe
250250
$(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Demo \
251251
$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Demo
252252
$(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Tools \
253253
$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools
254-

0 commit comments

Comments
 (0)