From 62ef88a964b74bbc9bdba09e849fec9060243792 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 16 Jan 2022 22:48:33 +0100 Subject: [PATCH] build: Clean all temp autoconf files in maintainer-clean --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 1eecad95..62bc0189 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -205,7 +205,7 @@ distclean: clean .PHONY: maintainer-clean maintainer-clean: distclean - cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf stivale reduced-gnu-efi configure 'configure~' autom4te.cache *.tar.xz + cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf stivale reduced-gnu-efi configure *'~' autom4te.cache *.tar.xz .PHONY: stage23-uefi64 stage23-uefi64: $(call MKESCAPE,$(SRCDIR))/stivale