diff options
author | jtg <jtg> | 1999-08-19 00:55:39 +0000 |
---|---|---|
committer | jtg <jtg> | 1999-08-19 00:55:39 +0000 |
commit | fd624c0601f71bf8b39ccc748a8a13d01ea5f7d2 (patch) | |
tree | 85cb4d55b85164f23c13d9ff0e4fcadd0ca561fd /progs/util/sampleMakefile | |
parent | afb833d4e89c312460a4ab9ed6a7a8ca4ebbfe1c (diff) |
Diffstat (limited to 'progs/util/sampleMakefile')
-rw-r--r-- | progs/util/sampleMakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/util/sampleMakefile b/progs/util/sampleMakefile index ebb57ff3dd..a7e510f66d 100644 --- a/progs/util/sampleMakefile +++ b/progs/util/sampleMakefile @@ -1,4 +1,4 @@ -# $Id: sampleMakefile,v 1.1 1999/08/19 00:55:42 jtg Exp $ +# $Id: sampleMakefile,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ # Sample makefile for compiling OpenGL/Mesa applications on Unix. # This example assumes Linux with gcc. @@ -6,8 +6,8 @@ # This makefile is in the public domain # $Log: sampleMakefile,v $ -# Revision 1.1 1999/08/19 00:55:42 jtg -# Initial revision +# Revision 1.1.1.1 1999/08/19 00:55:42 jtg +# Imported sources # # Revision 1.1 1999/02/24 05:20:45 brianp # Initial revision |