From ace9a63fd37816f7d332eb820f0730d496e1da94 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Wed, 26 Apr 2006 08:52:30 +0000 Subject: [PATCH] * device/lib/Makefile: fixed build of gbz80 lib git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4130 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ device/lib/Makefile.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c3691d9..7ccdf670 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-26 Bernhard Held + + * device/lib/Makefile: fixed build of gbz80 lib + 2006-04-26 Maarten Brock * support/regression/tests/bug-460010.c, diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 5afefb0b..9760b6e3 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -58,6 +58,7 @@ endif OPT_DISABLE_AVR = @OPT_DISABLE_AVR@ OPT_DISABLE_DS390 = @OPT_DISABLE_DS390@ OPT_DISABLE_DS400 = @OPT_DISABLE_DS400@ +OPT_DISABLE_GBZ80 = @OPT_DISABLE_GBZ80@ OPT_DISABLE_HC08 = @OPT_DISABLE_HC08@ OPT_DISABLE_MCS51 = @OPT_DISABLE_MCS51@ OPT_DISABLE_PIC = @OPT_DISABLE_PIC@ -- 2.47.2