From: Friedrich Beckmann Date: Tue, 14 Apr 2020 15:01:08 +0000 (+0200) Subject: Smake: added more files to remove for clean target X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f256a85dcce5cd02711e387f3d42d41646646b;p=pspp 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. --- 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