From ae7701ab10bdfee2b3d0b0c272054333b24ea298 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 4 May 1994 19:16:15 +0000 Subject: Formerly Makeconf.~40~ --- Makeconf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index b2e35801..5ee5ede0 100644 --- a/Makeconf +++ b/Makeconf @@ -27,6 +27,7 @@ libioserver := $(hurdinst)/lib/libioserver.a libpager := $(hurdinst)/lib/libpager.a libfshelp := $(hurdinst)/lib/libfshelp.a libdiskfs := $(hurdinst)/lib/libdiskfs.a +malloc := $(hurdinst)/lib/malloc.o # Finding binaries include $(hurdsource)/Maketools @@ -42,11 +43,9 @@ CFLAGS := -Wall -Wno-parentheses -g ldflags = $(addprefix -Xlinker ,$(LDFLAGS)) -# $(link) uses threads to get malloc until the one in the library is fixed. - define link $(LD) -e __start $(LDFLAGS) -o $@ $(startup) \ -$(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc) +$(OBJS) $(LIBS) $(malloc) $(libc) $(libgcc) endef # Mounting $(hurdroot) -- cgit v1.2.3