From 1a205919b03679bfb0a881ac67d10d6fd0c2ce7a Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 25 Jan 2009 06:48:06 +0100 Subject: git-rpm: Have GNUmakefile run git submodule init If necessary, that is. --- GNUmakefile | 1 + git-rpm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 763cc33..781b2df 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,2 +1,3 @@ NAME := phoronix-test-suite +dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init) include git-rpm/git-rpm.mk diff --git a/git-rpm b/git-rpm index 6df1ea0..5d9019a 160000 --- a/git-rpm +++ b/git-rpm @@ -1 +1 @@ -Subproject commit 6df1ea077bc0f87f285aacad8322c12c23887eb1 +Subproject commit 5d9019a7906068929d47b9c95cb1d73ce4898b18 -- cgit