From: Alan Cox Date: Thu, 1 Jan 2015 14:33:36 +0000 (+0000) Subject: zx128: fix remaining escaped "uzi" X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a6c71a20273a26275001275e1f1e435a4e256d57;p=FUZIX.git zx128: fix remaining escaped "uzi" --- 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