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 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') 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 -- cgit