about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-01 01:00:02 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-09 01:18:58 -0700
commit56f613183dd36c2b6cfe9e1745b842a3f004c408 (patch)
tree15884876a4876147837c4f8eda243e82ab61f5ad /GNUmakefile
parentfb7f6739c5bc041a28ae45fea80f840459523f8e (diff)
downloadunicorn-56f613183dd36c2b6cfe9e1745b842a3f004c408.tar.gz
But keep it in the Manifest
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b8a69a2..233fdb4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -124,7 +124,7 @@ clean:
         $(RM) -r $(test_prefix)
 
 Manifest:
-        git ls-files > $@+
+        (git ls-files && echo $(ext)/unicorn_http.h) | LC_ALL=C sort > $@+
         cmp $@+ $@ || mv $@+ $@
         $(RM) -f $@+