From 6ffa91235913bfbadde3b037c9be38e3595b7645 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 23 Aug 2021 22:18:55 -0400 Subject: [PATCH] missed dependency --- sys/unix/Makefile.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 1aa7ab18d..a87864bbf 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -1120,7 +1120,8 @@ $(TARGETPFX)nhlsel.o: nhlsel.c $(HACK_H) ../include/sp_lev.h $(TARGETPFX)nhlobj.o: nhlobj.c $(HACK_H) ../include/sp_lev.h $(TARGETPFX)o_init.o: o_init.c $(HACK_H) $(TARGETPFX)objects.o: objects.c $(CONFIG_H) ../include/obj.h \ - ../include/objclass.h ../include/prop.h ../include/skills.h \ + ../include/objects.h ../include/objclass.h \ + ../include/prop.h ../include/skills.h \ ../include/color.h $(TARGETPFX)objnam.o: objnam.c $(HACK_H) $(TARGETPFX)options.o: options.c $(CONFIG_H) ../include/objclass.h \