1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-17 00:00:51 +00:00

Removes unnecessary dependency on lisp2c from kbdsubrs.c

This commit is contained in:
Nick Briggs
2025-07-26 17:43:14 -07:00
parent fe8c991a11
commit afe40004b8
2 changed files with 1 additions and 2 deletions

View File

@@ -674,7 +674,7 @@ $(OBJECTDIR)initsout.o: $(SRCDIR)initsout.c $(REQUIRED-INCS) \
$(OBJECTDIR)kbdsubrs.o: $(SRCDIR)kbdsubrs.c $(REQUIRED-INCS) \
$(INCDIR)lispemul.h $(INCDIR)kbdsubrsdefs.h \
$(INCDIR)commondefs.h $(INCDIR)lisp2cdefs.h $(INCDIR)xwinmandefs.h \
$(INCDIR)commondefs.h $(INCDIR)xwinmandefs.h \
$(INCDIR)devif.h
$(CC) $(RFLAGS) $(SRCDIR)kbdsubrs.c -o $(OBJECTDIR)kbdsubrs.o