From: borutr Date: Thu, 17 Nov 2005 21:05:25 +0000 (+0000) Subject: * sdcc/device/lib/Makefile.in: added library sources for mcs51, small, X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d863d76cc9db35beca3c28b973fa1f3015741b81;p=fw%2Fsdcc * sdcc/device/lib/Makefile.in: added library sources for mcs51, small, medium, large, pic and pic16 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3953 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 611ff37f..a53b61d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ verbose - used for nightly snapshot build * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not available on Win32 platforms. + * sdcc/device/lib/Makefile.in: added library sources for mcs51, small, + medium, large, pic and pic16 2005-11-16 Jesus Calvino-Fraga diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 2c61f946..feae847f 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -285,7 +285,7 @@ clean_intermediate-pic16: # --------------------------------------------------- install: all installdirs $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir) - $(CP_U) -r ds390 ds400 gbz80 z80 hc08 *.c $(sdcc_libdir)/src + $(CP_U) -r ds390 ds400 mcs51 small medium large gbz80 z80 hc08 pic pic16 *.c $(sdcc_libdir)/src rm -r `find $(sdcc_libdir)/src -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lst' -o -name '*.asm' -o -name 'CVS'` # Deleting all the installed files