File vorbisgain_Makefile_tabs.patch of Package vorbisgain

#
# Fixes wrong indention (spaces instead of tabs) in Makefile
#
# (c) 2010 Matthias Bach <marix@marix.org>
#
diff -Naru vorbisgain-0.34.old//Makefile.am vorbisgain-0.34/Makefile.am
--- vorbisgain-0.34.old//Makefile.am	2003-09-17 17:58:08.000000000 +0200
+++ vorbisgain-0.34/Makefile.am	2010-10-04 13:29:57.000000000 +0200
@@ -20,7 +20,7 @@
 EXTRA_DIST = $(man_MANS) NEWS README
 
 debug:
-        $(MAKE) all CFLAGS="@DEBUG@"
+	$(MAKE) all CFLAGS="@DEBUG@"
 
 profile:
-        $(MAKE) all CFLAGS="@PROFILE@"
+	$(MAKE) all CFLAGS="@PROFILE@"
diff -Naru vorbisgain-0.34.old//Makefile.in vorbisgain-0.34/Makefile.in
--- vorbisgain-0.34.old//Makefile.in	2003-09-17 18:03:34.000000000 +0200
+++ vorbisgain-0.34/Makefile.in	2010-10-04 13:36:50.000000000 +0200
@@ -417,10 +417,10 @@
 
 
 debug:
-        $(MAKE) all CFLAGS="@DEBUG@"
+	$(MAKE) all CFLAGS="@DEBUG@"
 
 profile:
-        $(MAKE) all CFLAGS="@PROFILE@"
+	$(MAKE) all CFLAGS="@PROFILE@"
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
openSUSE Build Service is sponsored by