From 53b655045ad3d3b9309727b6b1a81c40778e62e3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 5 Sep 1995 22:24:30 +0000 Subject: Get rid of rules related to ../lib. (settrans): Depend on libfshelp.a instead of starttrans.o. --- utils/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'utils') 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 -- cgit v1.2.3