[xiph-commits] r17955 - trunk/chirptest

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed May 4 08:14:35 PDT 2011


Author: xiphmont
Date: 2011-05-04 08:14:35 -0700 (Wed, 04 May 2011)
New Revision: 17955

Modified:
   trunk/chirptest/Makefile.am
Log:
spaces replaced tabs in Makefile.am


Modified: trunk/chirptest/Makefile.am
===================================================================
--- trunk/chirptest/Makefile.am	2011-05-04 15:10:46 UTC (rev 17954)
+++ trunk/chirptest/Makefile.am	2011-05-04 15:14:35 UTC (rev 17955)
@@ -11,7 +11,7 @@
 chirp_SOURCES = chirp.c chirp.h chirpgraph.c chirpgraph.h window.c window.h chirptest.c 
 
 debug:
-        $(MAKE) all CFLAGS="@DEBUG@"
+	$(MAKE) all CFLAGS="@DEBUG@"
 
 profile:
-        $(MAKE) all CFLAGS="@PROFILE@"
+	$(MAKE) all CFLAGS="@PROFILE@"



More information about the commits mailing list