From: borutr Date: Tue, 2 Aug 2005 20:06:00 +0000 (+0000) Subject: * device/lib/Makefile.in: pic16 libraries build enabled since X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=684003d59556bd1ff6f2ced482d0976df1fee6ce;p=fw%2Fsdcc * device/lib/Makefile.in: pic16 libraries build enabled since gputils-0.13.2 are now localy installed at sourceforge's compile farm git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3822 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 0f26cc26..5049340a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-02 Borut Razem + + * device/lib/Makefile.in: pic16 libraries build enabled since + gputils-0.13.2 are now localy installed at sourceforge's compile farm + 2005-08-02 Raphael Neider * src/pic16/gen.c (genPackBits): removed deprecated warning diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index f64c2bf7..877c68b2 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -170,10 +170,7 @@ include incl.mk # Compiling entire program or any subproject # ------------------------------------------ -all: checkconf models model-ds390 model-ds400 model-z80 model-gbz80 model-hc08 - -# model-pic16 -# (needs gputils curently not available of sourceforge's compile farm) +all: checkconf models model-ds390 model-ds400 model-z80 model-gbz80 model-hc08 model-pic16 objects: build-dir $(OBJECTS) port-specific-objects lib-files clean_intermediate