We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2180

Summary: debian/rules: Makefiles should use tabs
Product: SDL Reporter: Joseph Carter <tjcarter>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.0   
Hardware: x86   
OS: Linux   
Attachments: Fix spaces/tabs in debian/rules

Description Joseph Carter 2013-10-24 04:16:22 UTC
Created attachment 1396 [details]
Fix spaces/tabs in debian/rules

Whitespace in a makefile is consequential.  In fact, it's part of the syntax.  And at least a few versions of make puke on Makefiles with lines indented with spaces, not tabs.  Obviously GNU make used on Debianish systems is not strictly among them, or this would fail.  Even so, I cannot resist the urge to pedantically fix this, if only to get rid of the bright syntax error red coloration in vim.  :)
Comment 1 Sam Lantinga 2013-11-03 19:34:25 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/19f5760dc1a7