uses the proper include path for the platform
authordfffffff <dflamand@gmail.com>
Sun, 6 Nov 2016 23:21:34 +0000 (18:21 -0500)
committerdfffffff <dflamand@gmail.com>
Sun, 6 Nov 2016 23:21:34 +0000 (18:21 -0500)
Applications/as09/Makefile
Applications/cpp/Makefile
Applications/fview/Makefile.6809
Applications/ld09/Makefile

index 1086ec5..a7ce8da 100644 (file)
@@ -3,7 +3,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = m6809-unknown-ld
-CFLAGS =  -I../../Library/include -I../../Library/include/6502 -Wall -pedantic -fno-strict-aliasing
+CFLAGS =  -I../../Library/include -I../../Library/include/6809 -Wall -pedantic -fno-strict-aliasing
 COPT = -Os
 LINKER_OPT = --oformat=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
index 4315490..4ecc7f7 100644 (file)
@@ -3,7 +3,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = m6809-unknown-ld
-CFLAGS =  -I../../Library/include -I../../Library/include/6502 -Wall -pedantic -fno-strict-aliasing
+CFLAGS =  -I../../Library/include -I../../Library/include/6809 -Wall -pedantic -fno-strict-aliasing
 COPT = -Os
 LINKER_OPT = --oformat=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
index d58f921..471da92 100644 (file)
@@ -3,7 +3,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = m6809-unknown-ld
-CFLAGS = -Os -I../../Library/include -I../../Library/include/6502
+CFLAGS = -Os -I../../Library/include -I../../Library/include/6809
 LINKER_OPT = --oformat=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
 LINKER_OPT += -L$(LIBGCCDIR) -lgcc
index 44fd697..78f7210 100644 (file)
@@ -3,7 +3,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = m6809-unknown-ld
-CFLAGS =  -I../../Library/include -I../../Library/include/6502 -Wall -pedantic -fno-strict-aliasing
+CFLAGS =  -I../../Library/include -I../../Library/include/6809 -Wall -pedantic -fno-strict-aliasing
 COPT = -Os
 LINKER_OPT = --oformat=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))