[xiph-cvs] cvs commit: postfish Makefile version.h

Monty xiphmont at xiph.org
Tue Oct 14 12:25:07 PDT 2003



xiphmont    03/10/14 15:25:07

  Modified:    .        Makefile version.h
  Log:
  Correct build system bug; version was not touched during debug builds

Revision  Changes    Path
1.6       +1 -1      postfish/Makefile

Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/postfish/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	13 Oct 2003 06:01:22 -0000	1.5
+++ Makefile	14 Oct 2003 19:25:07 -0000	1.6
@@ -11,7 +11,6 @@
 
 all:	
         $(MAKE) target CFLAGS="-W -O2 $(GCF)"
-	./touch-version
 
 debug:
         $(MAKE) target CFLAGS="-g -W -D__NO_MATH_INLINES $(GCF)"
@@ -28,5 +27,6 @@
 include $(SRC:.c=.d)
 
 target: $(OBJ)
+	./touch-version
         $(LD) $(OBJ) $(CFLAGS) -o postfish `pkg-config --libs gtk+-2.0` -lpthread -lm
 

<p><p>1.3       +2 -2      postfish/version.h

Index: version.h
===================================================================
RCS file: /usr/local/cvsroot/postfish/version.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- version.h	12 Oct 2003 00:42:35 -0000	1.2
+++ version.h	14 Oct 2003 19:25:07 -0000	1.3
@@ -1,2 +1,2 @@
-#define VERSION "$Id: version.h,v 1.2 2003/10/12 00:42:35 xiphmont Exp $ "
-/* DO NOT EDIT: Automated versioning hack [Sat Oct 11 15:03:08 EDT 2003] */
+#define VERSION "$Id: version.h,v 1.3 2003/10/14 19:25:07 xiphmont Exp $ "
+/* DO NOT EDIT: Automated versioning hack [Tue Oct 14 15:23:56 EDT 2003] */

<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