From eb9e171886487acc55115d8ea38141edce2eae6a Mon Sep 17 00:00:00 2001 From: Zhaoming Luo Date: Thu, 2 Jan 2025 08:45:51 +0800 Subject: Header files: Install rtc.h header file Message-ID: <20250102004552.26250-1-zhmingluo@163.com> --- 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 -- cgit v1.2.3