diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-04-21 18:06:33 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-04-21 18:06:33 +0200 |
commit | db98f4afb07c5083ab01168dd8ea45a7e09bd51b (patch) | |
tree | 79a248a05a3ec4da9b14678095ca09acb5d9ba96 /shutdown | |
parent | 933ca791a7a9dbd36f58a502181c5822a3c5cadf (diff) | |
download | hurd-db98f4afb07c5083ab01168dd8ea45a7e09bd51b.tar.gz hurd-db98f4afb07c5083ab01168dd8ea45a7e09bd51b.tar.bz2 hurd-db98f4afb07c5083ab01168dd8ea45a7e09bd51b.zip |
shutdown: Fix static link
* shutdown/Makefile (HURDLIBS): Add fshelp.
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 8c219c4c..2d2593c0 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 iohelp ihash +HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |