This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dilyan.palauzov
Recipients dilyan.palauzov
Date 2017-08-12.17:58:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502560732.74.0.724807734516.issue31188@psf.upfronthosting.co.za>
In-reply-to
Content
When @FRAMEWORKALTINSTALLLAST@ expands to "", the last line of recipe commoninstall in the resulting Makefile consists solely of two tabs, for which emacs complains as "suspicious line".


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1069,8 +1069,7 @@ altinstall: commoninstall
 
 commoninstall:  @FRAMEWORKALTINSTALLFIRST@ \
                altbininstall libinstall inclinstall libainstall \
-               sharedinstall oldsharedinstall altmaninstall \
-               @FRAMEWORKALTINSTALLLAST@
+               sharedinstall oldsharedinstall altmaninstall @FRAMEWORKALTINSTALLLAST@
 
 # Install shared libraries enabled by Setup
 DESTDIRS=      $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)
History
Date User Action Args
2017-08-12 17:58:52dilyan.palauzovsetrecipients: + dilyan.palauzov
2017-08-12 17:58:52dilyan.palauzovsetmessageid: <1502560732.74.0.724807734516.issue31188@psf.upfronthosting.co.za>
2017-08-12 17:58:52dilyan.palauzovlinkissue31188 messages
2017-08-12 17:58:52dilyan.palauzovcreate