summaryrefslogtreecommitdiffstats
path: root/Mac/OSX
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-07-04 12:05:25 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-07-04 12:05:25 (GMT)
commit276b2900b813745801cf08c73169cf0fcd0fa75a (patch)
tree4dca1f00b740d028eb7115f56e1eeb29285d7309 /Mac/OSX
parent078afc86f20e675b40b1f2e559b8208dbfb160db (diff)
downloadcpython-276b2900b813745801cf08c73169cf0fcd0fa75a.zip
cpython-276b2900b813745801cf08c73169cf0fcd0fa75a.tar.gz
cpython-276b2900b813745801cf08c73169cf0fcd0fa75a.tar.bz2
Added missing newline at end of file.
Diffstat (limited to 'Mac/OSX')
-rw-r--r--Mac/OSX/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 3ba4976..c7a8b05 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -250,4 +250,5 @@ installextras:
$(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Demo \
$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Demo
$(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Tools \
- $(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools \ No newline at end of file
+ $(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools
+ \ No newline at end of file