From 3e762b4d4df2a632614647f6a67e33316d1597b1 Mon Sep 17 00:00:00 2001 From: michaelh Date: Thu, 19 Jul 2001 02:22:40 +0000 Subject: [PATCH] Fixed up include path git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1086 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/gbz80/Makefile | 2 +- device/lib/z80/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device/lib/gbz80/Makefile b/device/lib/gbz80/Makefile index 41dc95e7..34ff5108 100644 --- a/device/lib/gbz80/Makefile +++ b/device/lib/gbz80/Makefile @@ -9,7 +9,7 @@ OBJ = putchar.o string.o printf.o div.o mul.o asm_strings.o LIB = gbz80.lib CC = $(SCC) AS = $(SAS) -CFLAGS = -I../include -I. +CFLAGS = -I../../include -I. all: $(LIB) crt0.o diff --git a/device/lib/z80/Makefile b/device/lib/z80/Makefile index 065e39f8..ba6e5673 100644 --- a/device/lib/z80/Makefile +++ b/device/lib/z80/Makefile @@ -9,7 +9,7 @@ OBJ = div.o mul.o putchar.o printf.o # asm_strings.o string.s LIB = z80.lib CC = $(SCC) AS = $(SAS) -CFLAGS = -I../include -I. +CFLAGS = -I../../include -I. all: $(LIB) crt0.o -- 2.47.2