configure not needed for librarian. Revert to previous version.
[fw/sdcc] / ChangeLog
index 1e3b1582848fd2fc5abaf4302e7d6166f4f7cdfe..807cd80c1db92d149a809d23dcabee861ddb67d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
        * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
        there, while the mantissa of a double is "only" 53 bits wide.
 
-2003-07-30  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+2003-07-31  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
        Adding sdcclib to the build.  MSVC project coming soon.
        Files added/changed:
        * support\librarian\Makefile.in
        * support\librarian\sdcclib.c
        * Makefile.bcc
+       * Makefile
+       * Makefile.common.in
+       * configure
+       * configure.in
 
 2003-07-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>