From: Alan Cox Date: Wed, 21 Oct 2015 10:09:49 +0000 (+0100) Subject: libclean: fix the changes to actually work X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=20dc9fdcb5261c6e60a1526da7429f06484c9517;p=FUZIX.git libclean: fix the changes to actually work --- diff --git a/Library/tools/libclean b/Library/tools/libclean index 662d6e22..3c4f1132 100755 --- a/Library/tools/libclean +++ b/Library/tools/libclean @@ -5,9 +5,9 @@ # # CPU=z80 -LIBZ80=$(shell tools/findsdcc $(CPU)) +LIBZ80=$(../../Kernel/tools/findsdcc $CPU) -cp $(LIBZ80)/$(CPU)/$(CPU).lib tmp.lib +cp $LIBZ80/$CPU.lib tmp.lib # # Scrub the functions we don't want to inherit # Need to review setjmp and maybe a couple of others