From: uz Date: Sun, 19 Feb 2012 17:51:47 +0000 (+0000) Subject: With the additional key definitions, the dbg module will now work on the Oric X-Git-Tag: V2.14~530 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f5d2af376344a557a4a5af7c51c4ff588b70c843;p=cc65 With the additional key definitions, the dbg module will now work on the Oric Atmos. By Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5533 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 90c1cd3bd..fee9fbd2a 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -133,7 +133,7 @@ atarilib: .PHONY: atmoslib atmoslib: - for i in runtime atmos common conio em joystick tgi zlib; do \ + for i in runtime atmos common conio dbg em joystick tgi zlib; do \ $(MAKE) SYS=atmos -C $$i || exit 1; \ $(AR) a atmos.lib $$i/*.o || exit 1; \ done