change 6809 makefiles to point to Library/include/6809 rather than
authornealcrook <neal@pippaluk.org.uk>
Mon, 7 Nov 2016 13:13:10 +0000 (13:13 +0000)
committernealcrook <neal@pippaluk.org.uk>
Mon, 7 Nov 2016 13:13:10 +0000 (13:13 +0000)
Library/include/6502 - no functional effect because the files are
identical in both places.

Applications/as09/Makefile
Applications/cpp/Makefile
Applications/fview/Makefile.6809
Applications/ld09/Makefile
Applications/ue/Makefile.6809

index 6505036..83d46a5 100644 (file)
@@ -4,7 +4,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = lwlink
-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 = --format=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
index f7a8506..5e1385a 100644 (file)
@@ -4,7 +4,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = lwlink
-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 = --format=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
index 6746d5c..7c06ad8 100644 (file)
@@ -4,7 +4,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = lwlink
-CFLAGS = -Os -I../../Library/include -I../../Library/include/6502
+CFLAGS = -Os -I../../Library/include -I../../Library/include/6809
 LINKER_OPT = --format=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
 LINKER_OPT += -L$(LIBGCCDIR) -lgcc
index d8789fd..13aee37 100644 (file)
@@ -4,7 +4,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = lwlink
-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 = --format=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
index 79568bd..f0d52f3 100644 (file)
@@ -4,7 +4,7 @@ CC = m6809-unknown-gcc
 ASM = m6809-unknown-as
 AR = m6809-unknown-ar
 LINKER = lwlink
-CFLAGS = -I../../Library/include -I../../Library/include/6502 -Os
+CFLAGS = -I../../Library/include -I../../Library/include/6809 -Os
 LINKER_OPT = --format=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
 LINKER_OPT += -L$(LIBGCCDIR) -lgcc --map=$@.map