rename display to x11_lcd to explicit dependency
This commit is contained in:
parent
c043a10f1e
commit
65439a87c0
5 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ DOTOS = src/cpu.o \
|
|||
src/dis.o \
|
||||
src/disk_io.o \
|
||||
src/disk_io_obj.o \
|
||||
src/display.o \
|
||||
src/x11_lcd.o \
|
||||
src/emulator.o \
|
||||
src/flash49.o \
|
||||
src/hdw.o \
|
||||
|
|
|
@ -122,7 +122,7 @@ static char rcs_id[] = "$Id: emulator.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $
|
|||
#include "machdep.h"
|
||||
#include "cpu.h"
|
||||
#include "modules.h"
|
||||
#include "display.h"
|
||||
#include "x11_lcd.h"
|
||||
#include "x11.h"
|
||||
#include "serial.h"
|
||||
#include "args.h"
|
||||
|
|
|
@ -209,7 +209,7 @@ static char rcs_id[] = "$Id: x11.c,v 4.1.1.1 2002/11/11 16:11:47 cibrario Exp $"
|
|||
#include "config.h"
|
||||
#include "machdep.h"
|
||||
#include "cpu.h" /* EmulatorExit(); required by keyb.h, too */
|
||||
#include "display.h" /* LcdInit() */
|
||||
#include "x11_lcd.h" /* LcdInit() */
|
||||
#include "keyb.h"
|
||||
#include "serial.h"
|
||||
#include "x11.h"
|
||||
|
|
|
@ -105,7 +105,7 @@ static char rcs_id[] = "$Id: display.c,v 4.1.1.1 2002/11/11 16:12:46 cibrario Ex
|
|||
#include "machdep.h"
|
||||
#include "cpu.h"
|
||||
#include "modules.h"
|
||||
#include "display.h"
|
||||
#include "x11_lcd.h"
|
||||
#include "x11.h"
|
||||
#include "debug.h"
|
||||
|
Loading…
Reference in a new issue