From c8f256a85dcce5cd02711e387f3d42d41646646b Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Tue, 14 Apr 2020 17:01:08 +0200 Subject: [PATCH 1/1] Smake: added more files to remove for clean target Some file locations are moved and there are some new files which are generated. I added some files to the clean target. --- Smake | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Smake b/Smake index 6ec4326a96..bb7934647f 100644 --- a/Smake +++ b/Smake @@ -440,9 +440,14 @@ clean: rm -f config.h.in rm -f gl/Makefile.in rm -f Makefile.in - rm -f compile - rm -f ltmain.sh - rm -f reloc-ldflags install-reloc + rm -f build-aux/compile + rm -f build-aux/ltmain.sh + rm -f build-aux/reloc-ldflags + rm -f build-aux/install-reloc + rm -f build-aux/config.rpath + rm -f build-aux/config.libpath + rm -f build-aux/libtool-reloc + rm -f build-aux/gitlog-to-changelog .PHONY: all gettextize clean -- 2.30.2