diff options
author | Miles Bader <miles@gnu.org> | 1995-09-05 22:24:30 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-05 22:24:30 +0000 |
commit | 53b655045ad3d3b9309727b6b1a81c40778e62e3 (patch) | |
tree | 655bd260463a1b2570ce183637c2422b62d7238a /utils | |
parent | 7b6cd4c33df76901f4ef9c10077d95d04148375a (diff) |
Get rid of rules related to ../lib.
(settrans): Depend on libfshelp.a instead of starttrans.o.
Diffstat (limited to 'utils')
-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 |