bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Header files: Install rtc.h header file


From: Zhaoming Luo
Subject: [PATCH] Header files: Install rtc.h header file
Date: Thu, 2 Jan 2025 08:45:51 +0800

---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]