* configure,
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 28 Apr 2006 20:25:03 +0000 (20:25 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 28 Apr 2006 20:25:03 +0000 (20:25 +0000)
* configure.in: replaced duplicate message about ucsim by missing sdcpp
* install-sh: fix bug #1204398 by setting umask 0022
* device/lib/Makefile.in: separate build of z80 and gbz80 lib

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

ChangeLog
device/lib/ds390/Makefile.in
device/lib/ds400/Makefile.in
device/lib/gbz80/Makefile.in
device/lib/z80/Makefile.in

index e290b94cb3fe70b361033e987a1a7680a167e749..d3ddd8700083b3d646b8e84a703df10d8a030613 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * device/lib/gbz80/Makefile.in,
+       * device/lib/z80/Makefile.in,
+       * device/lib/ds390/Makefile.in,
+       * device/lib/ds400/Makefile.in: added srcdir to include search path,
+       thanks to Borut for the bug report
+
 2006-04-28 Raphael Neider <rneider AT web.de>
 
        * src/pic/{gen.c,main.h,pcode.c},
index e5ab78caa6d3251d3043d6e0b0a6d65cfb9798f4..d09dcaaf42c0cb441707bec84e946d0248f46da1 100755 (executable)
@@ -9,7 +9,7 @@ OBJECTS = tinibios.rel memcpyx.rel  lcd390.rel i2c390.rel rtc390.rel
 
 SOURCES = $(patsubst %.rel,%.c,$(OBJECTS))
 
-CPPFLAGS = -I../../include
+CPPFLAGS = -I$(srcdir)/../../include
 CFLAGS = -mds390 $(CPPFLAGS) $(VERBOSE)
 
 all: $(OBJECTS) libds390.lib
index c1e3752c647cf935d60806ab428e1feb9f142c77..d4dd1dc49ce18f323e287e5da6f32773f3577397 100755 (executable)
@@ -9,7 +9,7 @@ OBJECTS = tinibios.rel memcpyx.rel ds400rom.rel
 
 SOURCES = $(patsubst %.rel,%.c,$(OBJECTS))
 
-CPPFLAGS = -I../../include
+CPPFLAGS = -I$(srcdir)/../../include
 CFLAGS = -mds400 $(CPPFLAGS) $(VERBOSE)
 
 all: $(OBJECTS) libds400.lib
index 39d65de3fc42af98e2ca835267e12e0b7ad51ba1..04433cd40bfd4d153d29e5a39404c0784b914040 100644 (file)
@@ -13,7 +13,7 @@ OBJ = div.o mul.o putchar.o printf.o shift.o stubs.o crt0_rle.o heap.o fstubs.o
 LIB = gbz80.lib
 CC = $(SCC)
 AS = $(SAS)
-CFLAGS = -I../../include -I.
+CFLAGS = -I$(srcdir)/../../include -I.
 
 all: $(LIB) crt0.o
 
@@ -30,4 +30,4 @@ clean:
        rm -f *.o *.sym *.lst *~ $(CLEANSPEC) *.dump* *.asm *.lib
 
 distclean: clean
-       rm -f Makefile
\ No newline at end of file
+       rm -f Makefile
index fe7304a025ef00c68d1045f4f7f32e78944bea16..39976cf4125e8564597e1419a77d0ed55aec3f9d 100644 (file)
@@ -15,7 +15,7 @@ CC = $(SCC)
 AS = $(SAS)
 ASFLAGS = -plosgff
 
-CFLAGS = -I../../include -I.
+CFLAGS = -I$(srcdir)/../../include -I.
 
 all: $(LIB) crt0.o
 
@@ -35,4 +35,4 @@ clean:
        rm -f *.o *.sym *.lst *~ $(CLEANSPEC) *.dump* *.asm *.lib
 
 distclean: clean
-       rm -f Makefile
\ No newline at end of file
+       rm -f Makefile