# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../sdcc/t2-build.patch # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- CC must not be defined when building the target libraries as the device/lib Makefiles must be able to reset CC to the freshly built sdcc ... - Rene Rebe --- sdcc/Makefile.in.vanilla 2006-12-16 15:34:24.000000000 +0000 +++ sdcc/Makefile.in 2006-12-16 15:34:50.000000000 +0000 @@ -96,11 +96,11 @@ $(MAKE) -C device/include sdcc-device-lib: sdcc-cc sdcc-aslink - $(MAKE) -C device/lib + $(MAKE) MAKEFLAGS= -C device/lib sdcc-device-tini: $(MAKE) -C device/include - $(MAKE) -C device/lib modelDS390 + $(MAKE) MAKEFLAGS= -C device/lib modelDS390 # doc depends on latex and latex2html sdcc-doc: