From ea6f46bf42c65562d47de5d41ff9a09ccda294c3 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Mon, 29 Mar 2021 16:21:17 -0700 Subject: [PATCH] Fix dependencies for ether.o --- bin/makefile-tail | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/makefile-tail b/bin/makefile-tail index f7fa42c..0c82973 100644 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -485,9 +485,11 @@ $(OBJECTDIR)dspif.o: $(SRCDIR)dspif.c $(REQUIRED-INCS) \ $(INCDIR)devif.h $(INCDIR)dspifdefs.h $(INCDIR)xinitdefs.h $(CC) $(RFLAGS) $(SRCDIR)dspif.c -o $(OBJECTDIR)dspif.o -$(OBJECTDIR)ether.o : $(SRCDIR)ether.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ - $(INCDIR)lspglob.h $(INCDIR)adr68k.h \ - $(INCDIR)ether.h +$(OBJECTDIR)ether.o: $(SRCDIR)ether.c $(REQUIRED-INCS) \ + $(INCDIR)commondefs.h $(INCDIR)lispemul.h \ + $(INCDIR)lispmap.h $(INCDIR)emlglob.h $(INCDIR)lsptypes.h $(INCDIR)lspglob.h \ + $(INCDIR)ifpage.h $(INCDIR)iopage.h $(INCDIR)miscstat.h $(INCDIR)adr68k.h \ + $(INCDIR)ether.h $(INCDIR)dbprint.h $(INCDIR)etherdefs.h $(CC) $(RFLAGS) $(SRCDIR)ether.c -o $(OBJECTDIR)ether.o $(OBJECTDIR)findkey.o: $(SRCDIR)findkey.c $(REQUIRED-INCS) \