From c2185ab7ca837967ba58dffeca7904caaca0d46e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 19 Jan 2016 18:38:36 +0100 Subject: Fix typo * exec/Makefile (targets): Rename to target. --- exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec') diff --git a/exec/Makefile b/exec/Makefile index bb47a453..17d03e30 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -24,7 +24,7 @@ SRCS = exec.c main.c hashexec.c hostarch.c OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o -targets = exec exec.static +target = exec exec.static HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread -- cgit v1.2.3