diff options
-rw-r--r-- | utils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile index b2797570..9841af5a 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -28,12 +28,11 @@ OBJS = $(filter-out mount.sh,$(SRCS:.c=.o)) all: $(targets) ps: ../libps/libps.a ../libihash/libihash.a -settrans: start-trans.o +# We must include libthreads because of a bug in the way shared libraries +# work: all libraries that *any* routine in libfshelp uses must be defined. +settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a ps settrans showtrans fsysopts: ../libshouldbeinlibc/libshouldbeinlibc.a -CPPFLAGS += -I../lib -vpath %.c ../lib - include ../Makeconf mount: mount.sh |