Ticket #21956: patch-makefiles.diff
File patch-makefiles.diff, 1.2 KB (added by trashgod, 15 years ago) |
---|
-
cc65/make/gcc.mak
old new 15 15 16 16 # The compiler include search path. Default is "/usr/lib/cc65/include/" if 17 17 # nothing is defined. You may use CC65_INC=foo on the command line to override it. 18 CC65_INC = \" /usr/lib/cc65/include/\"18 CC65_INC = \"${PREFIX}/lib/cc65/include/\" 19 19 20 20 # 21 21 CC = gcc -
ld65/make/gcc.mak
old new 11 11 COMMON = ../common 12 12 13 13 # Several search paths. You may redefine these on the command line 14 LD65_LIB = \" /usr/lib/cc65/lib/\"15 LD65_OBJ = \" /usr/lib/cc65/lib/\"16 LD65_CFG = \" /usr/lib/cc65/cfg/\"14 LD65_LIB = \"${PREFIX}/lib/cc65/lib/\" 15 LD65_OBJ = \"${PREFIX}/lib/cc65/lib/\" 16 LD65_CFG = \"${PREFIX}/lib/cc65/cfg/\" 17 17 18 18 # 19 19 CC = gcc -
ca65/make/gcc.mak
old new 11 11 COMMON = ../common 12 12 13 13 # Several search paths. You may redefine these on the command line 14 CA65_INC = \" /usr/lib/cc65/asminc/\"14 CA65_INC = \"${PREFIX}/lib/cc65/asminc/\" 15 15 16 16 # 17 17 CC = gcc