From 20dc9fdcb5261c6e60a1526da7429f06484c9517 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 21 Oct 2015 11:09:49 +0100 Subject: [PATCH] libclean: fix the changes to actually work --- Library/tools/libclean | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1