From 98ca7252ad3af98c76e83ca12312a17d623c1cc7 Mon Sep 17 00:00:00 2001 From: MaartenBrock Date: Tue, 26 Sep 2006 09:56:37 +0000 Subject: [PATCH] * device/lib/Makefile.in: added rand.c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4385 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 1 + device/lib/Makefile.in | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a35160e..921d5e8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * device/include/stdlib.h: added rand prototypes * device/lib/rand.c: new, added + * device/lib/Makefile.in: added rand.c 2006-09-20 Raphael Neider diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 739b0bfa..a41c7d17 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -80,7 +80,7 @@ SOURCES = _autobaud.c _bp.c _decdptr.c \ _divsint.c _divslong.c _divuint.c _divulong.c \ _modsint.c _modslong.c _moduint.c _modulong.c \ _mulint.c _mullong.c \ - abs.c labs.c \ + abs.c labs.c rand.c \ _iscntrl.c _isdigit.c _isgraph.c \ _isprint.c _ispunct.c _isspace.c \ _islower.c _isupper.c _isxdigit.c \ @@ -114,7 +114,7 @@ Z80SOURCES = \ _divslong.c _divulong.c \ _modslong.c _modulong.c \ _mullong.c \ - abs.c labs.c \ + abs.c labs.c rand.c \ _iscntrl.c _isdigit.c _isgraph.c \ _isprint.c _ispunct.c _isspace.c \ _islower.c _isupper.c _isxdigit.c \ @@ -145,7 +145,7 @@ XA51SOURCES = _atof.c _atoi.c _atol.c _schar2fs.c \ _isupper.c _isxdigit.c _slong2fs.c _memcmp.c \ _memcpy.c _memmove.c _memset.c _modsint.c _modslong.c \ _moduint.c _modulong.c _mulint.c _mullong.c \ - abs.c labs.c \ + abs.c labs.c rand.c \ _strcat.c _strchr.c _strcmp.c _strcpy.c \ _strcspn.c _strlen.c _strncat.c _strncmp.c \ _strncpy.c _strpbrk.c _strrchr.c _strspn.c \ @@ -172,7 +172,7 @@ HC08SOURCES = \ _fseq.c _fsgt.c _fslt.c _fsneq.c \ _divsint.c _divslong.c \ _modsint.c _modslong.c _moduint.c _modulong.c \ - abs.c labs.c \ + abs.c labs.c rand.c \ _iscntrl.c _isdigit.c _isgraph.c \ _isprint.c _ispunct.c _isspace.c \ _islower.c _isupper.c _isxdigit.c \ -- 2.39.5