From b476fcae348a01937258a77b046a7bb5ce5d6622 Mon Sep 17 00:00:00 2001 From: vrokas Date: Mon, 12 Jan 2004 23:08:43 +0000 Subject: [PATCH] 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 --- device/lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2