Borland C++ build doesn't depend on Cygwin configure, second try...
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Feb 2003 22:51:03 +0000 (22:51 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 10 Feb 2003 22:51:03 +0000 (22:51 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2246 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/Makefile.bcc

index 5a0f28f697d5b62de45b45d621a5811b89b3f748..01282d36131c0012f656ae52ba6706a490348f86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
        src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
        src/z80/Makefile.bcc: Borland Makefile cleanup
        * as/z80/Makefile.bcc: Added Borland Makefile
+       * support/cpp2/borland.h: Removed
 
 2003-02-10  Bernhard Held <bernhard@bernhardheld.de>
 
index 9bbd53417a418300c4dfe6e8cadbe2e12c5c6a4a..b97901fd4bcad3da72d33281e83d92a1715d3815 100644 (file)
@@ -23,7 +23,7 @@ all: $(TARGET)
 
 ports: $(PORT_LIBS)
 
-$(TARGET): ports $(OBJECTS) $(SLIBOBJS)
+$(TARGET): $(OBJECTS) $(SLIBOBJS) ports
         $(CC) -e$(TARGET) $(OBJECTS) $(SLIBOBJS) $(PORT_LIBS) $(LIBGC)
 
 mcs51/port.lib:
@@ -62,4 +62,4 @@ SDCCy.c: SDCC.y
         $(YACC) -d -v -o $< SDCC.y
 
 SDCClex.c: SDCC.lex SDCCy.h
-        $(LEX) -o $< SDCC.lex
+        $(LEX) -o$< SDCC.lex