From: bernhardheld Date: Sun, 29 Aug 2004 12:57:07 +0000 (+0000) Subject: * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean` X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4da5c2f508ea81b4afd6164f354d6c91d5566e20;p=fw%2Fsdcc * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean` * Makefile.common.in, * as/Makefile, * as/hc08/Makefile.in, * as/mcs51/Makefile.in, * as/z80/Makefile.in, * debugger/mcs51/Makefile.in, * device/include/Makefile.in, * device/lib/Makefile.in, * doc/Makefile, * link/Makefile, * link/z80/Makefile.in, * packihx/Makefile.in, * sim/ucsim/main_in.mk, * sim/ucsim/avr.src/Makefile.in, * sim/ucsim/doc/Makefile.in, * sim/ucsim/gui.src/serio.src/Makefile.in, * sim/ucsim/hc08.src/Makefile.in, * sim/ucsim/s51.src/Makefile.in, * sim/ucsim/xa.src/Makefile.in, * sim/ucsim/z80.src/Makefile.in, * src/Makefile.in, * support/cpp2/Makefile.in, * support/librarian/Makefile, * support/makebin/Makefile: added DESTDIR to the install path proposed by "Maciej 'Agaran' Pijanka" * doc/sdccman.lyx: added DESTDIR documentation git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3460 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ccde82b2..76630090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2004-08-29 Bernhard Held + + * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean` + * Makefile.common.in, + * as/Makefile, + * as/hc08/Makefile.in, + * as/mcs51/Makefile.in, + * as/z80/Makefile.in, + * debugger/mcs51/Makefile.in, + * device/include/Makefile.in, + * device/lib/Makefile.in, + * doc/Makefile, + * link/Makefile, + * link/z80/Makefile.in, + * packihx/Makefile.in, + * sim/ucsim/main_in.mk, + * sim/ucsim/avr.src/Makefile.in, + * sim/ucsim/doc/Makefile.in, + * sim/ucsim/gui.src/serio.src/Makefile.in, + * sim/ucsim/hc08.src/Makefile.in, + * sim/ucsim/s51.src/Makefile.in, + * sim/ucsim/xa.src/Makefile.in, + * sim/ucsim/z80.src/Makefile.in, + * src/Makefile.in, + * support/cpp2/Makefile.in, + * support/librarian/Makefile, + * support/makebin/Makefile: added DESTDIR to the install path proposed + by "Maciej 'Agaran' Pijanka" + * doc/sdccman.lyx: added DESTDIR documentation + 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr> * src/pic16/gen.c (genFunction, genEndFunction): fixed return @@ -17,6 +47,7 @@ * device/lib/_mullong.c: defined an alternate struct layout for big endian ports (hc08) +>>>>>>> 1.812 2004-08-28 Erik Petrich * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression