about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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 $@+