---
hurd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hurd/Makefile b/hurd/Makefile
index 5200baef..3463f783 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -20,7 +20,7 @@ makemode := misc
hdrs = $(wildcard $(srcdir)/*.defs $(srcdir)/*.h)
INSTHDRS = hurd_types.h version.h ioctl_types.h paths.h shared.h console.h \
- $(notdir $(wildcard $(srcdir)/*.defs))
+ rtc.h $(notdir $(wildcard $(srcdir)/*.defs))
MSGIDS := hurd.msgids $(patsubst %.defs,%.msgids,$(filter %.defs,$(INSTHDRS)))
include ../Makeconf
--
2.45.2