diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 11:48:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 11:48:12 +0000 |
commit | 6abaf1c37b74c86cf194a9a59bbc2b8495f47931 (patch) | |
tree | 4211ff7b9e59f1831517a44d9510960dac43dc27 /lib/libXrandr | |
parent | 922b89d905c0f23a8660b82b0b9769e5ed2c0d23 (diff) |
Try to prevent endless regeneration of Makefile.in caused to RCS Id expansion.
Diffstat (limited to 'lib/libXrandr')
-rw-r--r-- | lib/libXrandr/Makefile.am | 2 | ||||
-rw-r--r-- | lib/libXrandr/man/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXrandr/Makefile.am b/lib/libXrandr/Makefile.am index d7a094b89..2c14e2bf7 100644 --- a/lib/libXrandr/Makefile.am +++ b/lib/libXrandr/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.1 2006/11/25 17:37:51 matthieu Exp $ +# $Xorg: Makefile.am,v 1.1.1.1 2006/11/25 17:37:51 matthieu Exp $ # # Copyright © 2003 Keith Packard, Noah Levitt # diff --git a/lib/libXrandr/man/Makefile.am b/lib/libXrandr/man/Makefile.am index 2e2150c40..e20b7adff 100644 --- a/lib/libXrandr/man/Makefile.am +++ b/lib/libXrandr/man/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2006/11/25 17:37:52 matthieu Exp $ +# $Xorg: Makefile.am,v 1.1.1.1 2006/11/25 17:37:52 matthieu Exp $ # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # |