From d69ed9da29c4782bb2da496006c82249f740d2c0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 12 Aug 2012 13:57:54 -0400 Subject: [PATCH] Make stamp depend on VERSION_FILE instaed of version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 451a079..47a8067 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ $(VERSION_FILE): echo "$(VERSION_NAMESPACE).STAMP = $(STAMP);" >> $(VERSION_FILE) # Copies the version template to the source and commits it. -stamp: version +stamp: $(VERSION_FILE) cp $(VERSION_FILE) $(VERSION_SOURCE) git commit $(VERSION_SOURCE) \ --author='Armadillo Build Script ' \ -- 2.22.5