From: Jack Jansen Date: Fri, 4 Jul 2003 12:05:25 +0000 (+0000) Subject: Added missing newline at end of file. X-Git-Tag: v2.3c1~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=276b2900b813745801cf08c73169cf0fcd0fa75a;p=thirdparty%2FPython%2Fcpython.git Added missing newline at end of file. --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 3ba49760f245..c7a8b058ded0 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