diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile index 890ee4b9..3ef742dd 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -26,7 +26,6 @@ OBJS = main.o hostarch.o exec.o hashexec.o \ target = exec #targets = exec exec.static -#OTHERLIBS = -lbfd -liberty HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc OTHERLIBS = -lpthread @@ -34,6 +33,4 @@ exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h include ../Makeconf -CPPFLAGS += # -DBFD - exec.static exec: $(OBJS) $(library_deps) |