* device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Sep 2005 09:03:38 +0000 (09:03 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Sep 2005 09:03:38 +0000 (09:03 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3886 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/pic16/libc/Makefile

index b0a320318d87bb6e027f8391afb2c20cdb76ad80..709212e23462fe168b726855f6b3ac8b172837c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-05 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
+
 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * .version: changed to version 2.5.3
index 9e58f46c0efface2e5b1d4a537ebc403a8097ee3..29f0da76d88b8522c4191c9ddfff0e043ff34066 100644 (file)
@@ -1,6 +1,6 @@
 topsrcdir=..
 
-SUBDIRS = ctype delay stdio stdlib utils
+SUBDIRS = ctype delay stdio stdlib string utils
 MKLIB  = libc18f.lib
 
 include $(topsrcdir)/Makefile.subdir