]> git.gag.com Git - fw/sdcc/commitdiff
src/mcs51/main.c: removed {bindir}{sep} from aslink
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 26 Dec 2002 17:53:49 +0000 (17:53 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 26 Dec 2002 17:53:49 +0000 (17:53 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2119 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/mcs51/main.c

index 63280917155bc1422edc6b34494883734bfccbaf..3c74880737b90e377bcca132df3ea052014eed1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2002-12-26  Bernhard Held <bernhard@bernhardheld.de>
+       * src/mcs51/main.c: removed {bindir}{sep} from aslink
+
 2002-12-10  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
     * in \sdcc\as\mcs51\ changed these files in order to create an
index 738a7d98eebc4c8b71fedbfb3bc92fde686bff50..7423dd3202869ec2e8ba65b3b5ed61885fcaffea 100644 (file)
@@ -212,7 +212,7 @@ static bool cseCostEstimation (iCode *ic, iCode *pdic)
 */
 static const char *_linkCmd[] =
 {
-  "{bindir}{sep}aslink", "-nf", "$1", NULL
+  "aslink", "-nf", "$1", NULL
 };
 
 /* $3 is replaced by assembler.debug_opts resp. port->assembler.plain_opts */