X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Flibrarian%2Fsdcclib.c;h=80aedc10ef40d8142aa1fe4391d9462d98072399;hb=fe9b00fb61dc71f48cb6416e608b5b6882bbc35f;hp=70d1bda67935220c6c80b2e33f7be74a27509d76;hpb=5cb4bb4d324621c9bd66c6d8b4b6cd9ff4da0961;p=fw%2Fsdcc diff --git a/support/librarian/sdcclib.c b/support/librarian/sdcclib.c index 70d1bda6..80aedc10 100644 --- a/support/librarian/sdcclib.c +++ b/support/librarian/sdcclib.c @@ -367,8 +367,8 @@ void AddRel(void) fclose(lib); fclose(libindex); - unlink(LibNameTmp); - unlink(IndexName); + remove(LibNameTmp); + remove(IndexName); } void ExtractRel(void)