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. --- console-client/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'console-client') diff --git a/console-client/Makefile b/console-client/Makefile index 03dad1f0..4ebdc824 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -52,8 +52,9 @@ driver-CPPFLAGS = -D'CONSOLE_DEFPATH="$(module-dir)\0"' \ driver-DEPS = $(..)config.make console: $(CONSOLE_SRCS:.c=.o) \ - ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a \ - ../libcons/libcons.a ../libports/libports.a \ + ../libcons/libcons.a ../libfshelp/libfshelp.a \ + ../libnetfs/libnetfs.a ../libiohelp/libiohelp.a \ + ../libihash/libihash.a ../libports/libports.a \ ../libshouldbeinlibc/libshouldbeinlibc.a modules = vga pc_kbd generic_speaker pc_mouse current_vcs -- cgit v1.2.3