From: vrokas Date: Mon, 12 Jan 2004 23:08:43 +0000 (+0000) Subject: updated target port-specific-objects-pic16 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b476fcae348a01937258a77b046a7bb5ce5d6622;p=fw%2Fsdcc updated target port-specific-objects-pic16 to copy only .lib files git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3124 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 31a14cd4..bc94d74a 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -223,7 +223,7 @@ port-specific-objects: port-specific-objects-pic16: if [ -d $(PORT) ]; then \ $(MAKE) -C $(PORT); \ - cp -f $(PORT)/*.lib $(PORT)/*$(OEXT) $(PORTDIR); \ + cp -f $(PORT)/*.lib $(PORTDIR); \ fi lib-files: