[xiph-cvs] cvs commit: log Makefile.am

Karl Heyes karl at xiph.org
Fri Mar 21 15:54:11 PST 2003



karl        03/03/21 18:54:09

  Modified:    .        Makefile.am
  Log:
  tabs needed for Makefile

Revision  Changes    Path
1.2       +2 -2      log/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/log/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	10 Sep 2001 02:32:03 -0000	1.1
+++ Makefile.am	21 Mar 2003 23:54:09 -0000	1.2
@@ -11,8 +11,8 @@
 GET = true
 
 debug:
-        $(MAKE) all CFLAGS="@DEBUG@"
+	$(MAKE) all CFLAGS="@DEBUG@"
 
 profile:
-        $(MAKE) all CFLAGS="@PROFILE@"
+	$(MAKE) all CFLAGS="@PROFILE@"
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list