X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=compile.sh;h=5a4327b722af7329e7cdc87f4dbc0c8e9cc4045f;hp=6e3b1c6e6300187d439e4abcdd76fbe0daf9dd29;hb=b4d8fbd65d908e44f66416f0d523be20604011b4;hpb=4d174a188ea21b0f07c5d53281fe3a04aa6b8bdd diff --git a/compile.sh b/compile.sh index 6e3b1c6..5a4327b 100755 --- a/compile.sh +++ b/compile.sh @@ -25,7 +25,8 @@ echo "going ahead with CFLAGS=\"$CFLAGS\"..." >&2 # generate header set +f -cat *.h > gen/jh.h +# needs correct order, so list them here +cat header.h bufio.h > gen/jh.h set -f for source_file in $(ls|grep '\.c$'); do echo "extracting header data from $source_file..." >&2