Make stamp depend on VERSION_FILE instaed of version
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Aug 2012 17:57:54 +0000 (13:57 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Aug 2012 17:57:54 +0000 (13:57 -0400)
Makefile

index 451a079ce38fcfc141e0821d25cd72fa10cdf19d..47a80672130dec809f98ea7ffbcf94576b925217 100644 (file)
--- 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 <armadillo@bluestatic.org>' \