From 505996ce0e385ab90f95532a8302c995fb8418b6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Mar 2018 00:44:58 +0000 Subject: Attempt to rip musl from build-build, to support more distro compilers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2112887..e6c3fc2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Each target, for instance "$(OUTPUT)/tmp/.lh_installed", # is a witness file, ie the file is not needed anywhere but is # used by make to handle dependencies. Each of these files is -# being touch-ed at the end of each recipe to update its date, +# being touched at the end of each recipe to update its date, # since make relies on dates to handle updates of targets. # # * why these "exec" at the beginning at each line? -- cgit v1.3.1