From 2c414dc400729160ec4d2004c60470ce59ad9008 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 30 Dec 2015 01:40:22 +0100 Subject: Add missing libraries to fix link errors This fixes several linking problems I had in my recent cross-compilation of the Hurd. I added missing static libraries and also organized some of the targets for more concise rules. * console-client/Makefile: Add libiohelp.a and libihash.a. * daemons/Makefile: Add libihash.a and libshouldbeinlibc.a. * devnode/Makefile: Add iohelp and ihash to HURDLIBS. * random/Makefile: Likewise. * trans/Makefile: Reorder targets alphabetically and add libiohelp.a and libihash.a. * utils/Makefile: Add libihash.a. --- devnode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devnode') diff --git a/devnode/Makefile b/devnode/Makefile index 9529fa7b..0964f8d4 100644 --- a/devnode/Makefile +++ b/devnode/Makefile @@ -20,7 +20,7 @@ makemode := server SRCS = devnode.c LCLHDRS = util.h -HURDLIBS = ports trivfs fshelp shouldbeinlibc +HURDLIBS = fshelp ihash iohelp ports shouldbeinlibc trivfs target = devnode MIGSTUBS = deviceServer.o notifyServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h -- cgit v1.2.3