include alloca header
[libjh.git] / compile.sh
index 9375a67..0cf511e 100755 (executable)
@@ -27,7 +27,7 @@ echo "going ahead with CFLAGS=\"$CFLAGS\"..." >&2
 # generate header
 set +f
 # needs correct order, so list them here
-cat header.h bufio.h > gen/jh.h
+cat header.h > gen/jh.h
 set -f
 for source_file in $(ls|grep '\.c$'); do
   echo "extracting header data from $source_file..." >&2