[PATCH] "git-*" syntax is obsolete since git 1.6

Hervé Cauwelier herve at itaapy.com
Wed Oct 8 02:39:26 PDT 2008


---
 Makefile.am  |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3a02f4e..4d17fd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,5 +26,5 @@ EXTRA_DIST = README.NV1 ChangeLog
 # Always regenerate the changelog
 CLEANFILES = ChangeLog
 ChangeLog: FORCE
-	git-log > ChangeLog
+	git log > ChangeLog
 FORCE:
diff --git a/configure.ac b/configure.ac
index de5fb42..814ff2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_DEFINE_UNQUOTED([NV_PATCHLEVEL],
                    [$(echo $PACKAGE_VERSION | sed -e 's/^[[0-9]]\.[[0-9]]\.\([[0-9]]\)/\1/')],
                    [Patch version])
 AC_DEFINE_UNQUOTED([NV_DRIVER_DATE],
-                   [$(echo -n \";git-log |head -3|tail -1|tr -d '\n';echo -n \")],
+                   [$(echo -n \";git log |head -3|tail -1|tr -d '\n';echo -n \")],
                    [Driver date])
 
 AC_CONFIG_SRCDIR([Makefile.am])
-- 
1.6.0.2


--------------000301050200000003010703--


More information about the Nouveau mailing list