* configure,
[fw/sdcc] / device / lib / z80 / Makefile.in
index fe7304a025ef00c68d1045f4f7f32e78944bea16..39976cf4125e8564597e1419a77d0ed55aec3f9d 100644 (file)
@@ -15,7 +15,7 @@ CC = $(SCC)
 AS = $(SAS)
 ASFLAGS = -plosgff
 
-CFLAGS = -I../../include -I.
+CFLAGS = -I$(srcdir)/../../include -I.
 
 all: $(LIB) crt0.o
 
@@ -35,4 +35,4 @@ clean:
        rm -f *.o *.sym *.lst *~ $(CLEANSPEC) *.dump* *.asm *.lib
 
 distclean: clean
-       rm -f Makefile
\ No newline at end of file
+       rm -f Makefile