* as/hc08/asmain.c (asexit),
[fw/sdcc] / as / mcs51 / asmain.c
index 13664abce1540dcb55a819aac4725b2297fe0c9f..0f40fe8461ebac26dbdbb0318c40cf5da7fb5220 100644 (file)
@@ -375,7 +375,7 @@ int i;
        if (i) {
          // remove output file
          printf ("removing %s\n", relFile);
-         unlink(relFile);
+         remove(relFile);
        }
        exit(i);
 }