diff --git a/bin/makefile-tail b/bin/makefile-tail index bc6628d..ea32eb8 100755 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -358,7 +358,7 @@ $(OBJECTDIR)car-cdr.o : $(SRCDIR)car-cdr.c $(REQUIRED-INCS) $(INCDIR)lispemul. $(INCDIR)gc.h $(INCDIR)cell.h $(INCDIR)car-cdr.h $(CC) $(RFLAGS) $(SRCDIR)car-cdr.c $(INLINE) -o $(OBJECTDIR)car-cdr$(OEXT) -$(OBJECTDIR)chardev.o : $(SRCDIR)chardev.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ +$(OBJECTDIR)chardev.o : $(SRCDIR)chardev.c $(INCDIR)chardev.h $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lispmap.h $(INCDIR)lspglob.h $(INCDIR)stream.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h $(INCDIR)adr68k.h \ $(INCDIR)arith.h $(INCDIR)locfile.h \ @@ -451,7 +451,7 @@ $(OBJECTDIR)uutils.o : $(SRCDIR)uutils.c $(REQUIRED-INCS) \ $(INCDIR)lsptypes.h $(INCDIR)keyboard.h $(INCDIR)uraid.h $(CC) $(RFLAGS) $(SRCDIR)uutils.c $(INLINE) -o $(OBJECTDIR)uutils$(OEXT) -$(OBJECTDIR)dspsubrs.o : $(SRCDIR)dspsubrs.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ +$(OBJECTDIR)dspsubrs.o : $(SRCDIR)dspsubrs.c $(INCDIR)dspsubrs.h $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lispmap.h $(INCDIR)display.h $(INCDIR)lsptypes.h \ $(INCDIR)arith.h $(INCDIR)fp.h $(CC) $(RFLAGS) $(SRCDIR)dspsubrs.c $(INLINE) -o $(OBJECTDIR)dspsubrs$(OEXT) @@ -549,7 +549,7 @@ $(OBJECTDIR)gcmain3.o : $(SRCDIR)gcmain3.c $(REQUIRED-INCS) $(INCDIR)lispemul. $(OBJECTDIR)gcr.o : $(SRCDIR)gcr.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)emlglob.h $(INCDIR)lsptypes.h \ $(INCDIR)address.h $(INCDIR)adr68k.h $(INCDIR)lspglob.h \ - $(INCDIR)stack.h $(INCDIR)gc.h + $(INCDIR)stack.h $(INCDIR)gc.h $(INCDIR)dspsubrs.h $(CC) $(RFLAGS) $(SRCDIR)gcr.c $(INLINE) -o $(OBJECTDIR)gcr$(OEXT) $(OBJECTDIR)gcrcell.o : $(SRCDIR)gcrcell.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ @@ -718,7 +718,8 @@ $(OBJECTDIR)subr.o : $(SRCDIR)subr.c $(REQUIRED-INCS) \ $(INCDIR)adr68k.h $(INCDIR)subrs.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)emlglob.h \ $(INCDIR)lspglob.h $(INCDIR)cell.h $(INCDIR)stack.h \ - $(INCDIR)arith.h $(INCDIR)profile.h $(INCDIR)dsk.h $(INCDIR)dir.h $(INCDIR)ufs.h + $(INCDIR)arith.h $(INCDIR)profile.h $(INCDIR)dsk.h $(INCDIR)dir.h $(INCDIR)ufs.h \ + $(INCDIR)chardev.h $(INCDIR)dspsubrs.h $(CC) $(RFLAGS) $(SRCDIR)subr.c $(INLINE) -o $(OBJECTDIR)subr$(OEXT) $(OBJECTDIR)miscn.o : $(SRCDIR)miscn.c $(REQUIRED-INCS) \