diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-04-21 16:52:53 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-04-21 16:52:53 +0200 |
commit | 933ca791a7a9dbd36f58a502181c5822a3c5cadf (patch) | |
tree | c55c9cf48e143474e92ca7457162c4c3f56bf7a1 /shutdown | |
parent | cb224849bc10b8cc0c60fe54b5bf2287296e33c0 (diff) | |
download | hurd-933ca791a7a9dbd36f58a502181c5822a3c5cadf.tar.gz hurd-933ca791a7a9dbd36f58a502181c5822a3c5cadf.tar.bz2 hurd-933ca791a7a9dbd36f58a502181c5822a3c5cadf.zip |
shutdown: Fix static link
* shutdown/Makefile (HURDLIBS): Add iohelp ihash.
Diffstat (limited to 'shutdown')
-rw-r--r-- | shutdown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile index ced79702..8c219c4c 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -19,7 +19,7 @@ dir := shutdown makemode := server SRCS = shutdown.c acpi_shutdown.c -HURDLIBS = ports shouldbeinlibc trivfs +HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |