diff options
-rw-r--r-- | hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |