From: keni Date: Tue, 11 Oct 2011 23:55:38 +0000 (+0000) Subject: followup tid (trunk only) X-Git-Tag: MOVE2GIT~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=909ac450142809fd8d9fc84138936ca837a32be6;p=nethack followup tid (trunk only) Missing dependency. Thanks Pat. --- diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index fe7f8054f..ea5873aaa 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -620,7 +620,7 @@ Window.o: ../win/X11/Window.c ../include/xwindowp.h ../include/xwindow.h \ dialogs.o: ../win/X11/dialogs.c $(CONFIG_H) $(CC) $(CFLAGS) -c ../win/X11/dialogs.c winX.o: ../win/X11/winX.c $(HACK_H) ../include/winX.h ../include/dlb.h \ - ../include/patchlevel.h ../win/X11/nh72icon \ + ../include/date.h ../include/patchlevel.h ../win/X11/nh72icon \ ../win/X11/nh56icon ../win/X11/nh32icon $(CC) $(CFLAGS) -c ../win/X11/winX.c winmap.o: ../win/X11/winmap.c ../include/xwindow.h $(HACK_H) ../include/dlb.h \