libclean: fix the changes to actually work
authorAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 10:09:49 +0000 (11:09 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Wed, 21 Oct 2015 10:09:49 +0000 (11:09 +0100)
Library/tools/libclean

index 662d6e2..3c4f113 100755 (executable)
@@ -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