* device/lib/Makefile.in: fixed parenthesis error
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 22 Feb 2009 17:41:07 +0000 (17:41 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 22 Feb 2009 17:41:07 +0000 (17:41 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5384 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/Makefile.in

index bc98ca39bb015a718b6251450cc21569549c4c72..70d9610d0c5904fbd6af2e7f1dc42f6207a91307 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-22 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/Makefile.in: fixed parenthesis error
+
 2009-02-18 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * device/include/mcs51/at89c51ed2.h: fixed bug #2071949 bitmask RBCK wrong
index 8bae9e18d042fed7a68d1aaa04c7a5e7d7e2354b..5fc4f4791d0427cab6a45009b42c5d23c069e82b 100644 (file)
@@ -152,7 +152,7 @@ LIB_FILES = $(PORTDIR)/libfloat.lib $(PORTDIR)/libint.lib $(PORTDIR)/liblong.lib
 else ifeq ($(LIB_TYPE), RANLIB)
 LIB_FILES = $(PORTDIR)/libfloat.lib $(PORTDIR)/libint.lib $(PORTDIR)/liblong.lib $(PORTDIR)/libsdcc.lib
 else
-LIB_FILES = $($(OBJECTS_FLOAT) $(OBJECTS_INT) $(OBJECTS_LONG) $(OBJECTS_SDCC) $(PORTDIR)/libfloat.lib $(PORTDIR)/libint.lib $(PORTDIR)/liblong.lib $(PORTDIR)/libsdcc.lib
+LIB_FILES = $(OBJECTS_FLOAT) $(OBJECTS_INT) $(OBJECTS_LONG) $(OBJECTS_SDCC) $(PORTDIR)/libfloat.lib $(PORTDIR)/libint.lib $(PORTDIR)/liblong.lib $(PORTDIR)/libsdcc.lib
 endif
 
 OEXT            = .rel