diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index d332f360..24062037 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -27,7 +27,7 @@ OBJS = main.o hostarch.o exec.o hashexec.o \ target = exec #targets = exec exec.static HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h exec_startup-MIGSFLAGS = -imacros $(srcdir)/execmutations.h |