From a6c71a20273a26275001275e1f1e435a4e256d57 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Jan 2015 14:33:36 +0000 Subject: [PATCH] zx128: fix remaining escaped "uzi" --- Kernel/platform-zx128/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-zx128/Makefile b/Kernel/platform-zx128/Makefile index 9bffe236..0692ddc5 100644 --- a/Kernel/platform-zx128/Makefile +++ b/Kernel/platform-zx128/Makefile @@ -28,4 +28,4 @@ clean: rm -f $(OBJS) $(JUNK) core *~ image: - ../tools/bintomdv ../uzi.tmp fuzix.cart fuzixboot.mdv + ../tools/bintomdv ../fuzix.tmp fuzix.cart fuzixboot.mdv -- 2.34.1