From a84961eb1ddc16d80f17cdf20471e1334cfefb60 Mon Sep 17 00:00:00 2001 From: CheetahPixie <57308631+CheetahPixie@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:20:42 +0000 Subject: [PATCH] Remove erroneous scripts/tools.sh reference from main makefile This file has not existed in the repository since 2017, which means attempting to make dist will fail with an error for it being missing. This removes the reference to that file, allowing make dist to succeed. Considering configure has to be run first (and is what tools.sh became back in 2017), I do not expect the complete omission of this reference to cause any issues. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9450450..8bc75a1 100644 --- a/Makefile +++ b/Makefile @@ -367,8 +367,7 @@ clean:: libemile-clean libmacos-clean libunix-clean tools-clean first-clean \ multiboot.bin DISTFILES = AUTHORS ChangeLog COPYING Makefile README README.floppy \ - README.scsi Rules.mk config/floppy.conf kernel.mk config.mk \ - scripts/tools.sh + README.scsi Rules.mk config/floppy.conf kernel.mk config.mk dist: rm -fr $(PACKAGE)-$(VERSION)