* Makefile.in: applied patch from Makefile related part of
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 14 Feb 2007 20:08:31 +0000 (20:08 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 14 Feb 2007 20:08:31 +0000 (20:08 +0000)
  #1469393: Compiler does not initialize static data

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4633 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
Makefile.in

index 3b2259d35b509d64daf8eadddb135a8e1eb15e0e..8b7ca7b22d3f0bed3732ae4f87aca20fa69db859 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2007-02-14 Borut Razem <borut.razem AT siol.net>
 
        * src/SDCC.y: fixed bug #1291133: duplicate members across enum(s)
+       * Makefile.in: applied patch from Makefile related part of
+         #1469393: Compiler does not initialize static data
 
 2007-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
 
index 16477918d08a696c7cbe63849475cdb5703db90a..6610643c6d058d19fe56e73a3876e723aca9900d 100644 (file)
@@ -100,7 +100,7 @@ sdcc-device-lib: sdcc-cc sdcc-aslink
 
 sdcc-device-tini:
        $(MAKE) -C device/include
-       $(MAKE) -C device/lib modelDS390
+       $(MAKE) -C device/lib model-ds390 model-ds400
 
 # doc depends on latex and latex2html
 sdcc-doc:
@@ -129,7 +129,7 @@ install-tini:
        @for pkg in $(PKGS_TINI); do\
          $(MAKE) -C $$pkg install ;\
        done
-       $(MAKE) -C device/lib installDS390
+       $(MAKE) -C device/lib install