about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-02 13:49:41 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-02 13:49:41 -0700
commit0d41fa1cae20138d7215dd2ca18220c686539582 (patch)
treef61ea9a9549c4d0a8d4bffb3510af17f6ea3f29a /GNUmakefile
parent5510698bbe765fc4d3fcdbc81a78d702895a05e9 (diff)
downloadunicorn-0d41fa1cae20138d7215dd2ca18220c686539582.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 44cebb0..2e9b2ab 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -58,7 +58,7 @@ http: lib/unicorn_http.$(DLEXT)
 
 $(test_prefix)/.stamp: $(inst_deps)
         mkdir -p $(test_prefix)/.ccache
-        tar c $(inst_deps) | (cd $(test_prefix) && tar x)
+        tar c $(inst_deps) GIT-VERSION-GEN | (cd $(test_prefix) && tar x)
         $(MAKE) -C $(test_prefix) clean
         $(MAKE) -C $(test_prefix) http shebang
         > $@