diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-01-19 18:38:36 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-01-19 18:38:36 +0100 |
commit | c2185ab7ca837967ba58dffeca7904caaca0d46e (patch) | |
tree | 067ad799048831c081f33530b9863b35fbf7c4e3 /exec | |
parent | 5592e5f0971029b4d0445f1afb7e0ce05eb89621 (diff) |
Fix typo
* exec/Makefile (targets): Rename to target.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |