]> git.lizzy.rs Git - linenoise.git/commitdiff
include utf8.c and utf8.h in the right order
authorSteve Bennett <steveb@workware.net.au>
Sat, 14 Nov 2020 00:16:43 +0000 (10:16 +1000)
committerSteve Bennett <steveb@workware.net.au>
Sat, 14 Nov 2020 00:16:43 +0000 (10:16 +1000)
In linenoise-ship.c - need these first

Signed-off-by: Steve Bennett <steveb@workware.net.au>
Makefile

index 1aa01ecf53627e916bb71b8b7ba5cb3ead337bce..d8746ab181b818edec75480b8a89b09877931ea4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,5 @@ ship: linenoise-ship.c
 # - If you want win32 support, also copy linenoise-win32.c
 # - If you never want to support utf-8, you can omit utf8.h and utf8.c
 
-linenoise-ship.c: stringbuf.h stringbuf.c utf8.h utf8.c linenoise.c
+linenoise-ship.c: utf8.h utf8.c stringbuf.h stringbuf.c linenoise.c
        cat $^ >$@