diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index 92b4d480..3fc82739 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -33,7 +33,8 @@ bzip2-objects = $(bzip2-sources:%.c=%.o) target = exec #targets = exec exec.static #OTHERLIBS = -lbfd -liberty -HURDLIBS = trivfs fshelp iohelp threads ports ihash shouldbeinlibc +HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc +OTHERLIBS = -lpthread exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h |