diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index 6a5d9525..c88720b6 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -27,6 +27,7 @@ LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec DIST_FILES = core.c gcore.c elfcore.c exectrans.c #OTHERLIBS = -lbfd -liberty +HURDLIBS=trivfs threads shouldbeinlibc fshelp exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h @@ -34,5 +35,3 @@ include ../Makeconf CPPFLAGS += -DGZIP # -DBFD -exec: ../libtrivfs/libtrivfs.so ../libthreads/libthreads.so \ - ../libshouldbeinlibc/libshouldbeinlibc.so ../libfshelp/libfshelp.so |