mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-01 06:12:31 +00:00
Remove unused externs.h (#35)
The things that are declared here either are declared elsewhere or don't exist any longer.
This commit is contained in:
@@ -240,7 +240,7 @@ $(OBJECTDIR)dbgtool.o : $(SRCDIR)dbgtool.c $(REQUIRED-INCS) $(INCDIR)lispemul.
|
||||
$(CC) $(RFLAGS) $(SRCDIR)dbgtool.c $(INLINE) -o $(OBJECTDIR)dbgtool$(OEXT)
|
||||
|
||||
$(OBJECTDIR)dlpi.o : $(SRCDIR)dlpi.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \
|
||||
$(INCDIR)os.h $(INCDIR)nfswatch.h $(INCDIR)externs.h
|
||||
$(INCDIR)os.h $(INCDIR)nfswatch.h
|
||||
$(CC) $(RFLAGS) $(SRCDIR)dlpi.c $(INLINE) -o $(OBJECTDIR)dlpi$(OEXT)
|
||||
|
||||
$(OBJECTDIR)kprint.o : $(SRCDIR)kprint.c $(REQUIRED-INCS) $(INCDIR)print.h \
|
||||
|
||||
Reference in New Issue
Block a user