From 4aa2092a8ce31aa62fa5fe4d6737ec71036db489 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 20 Aug 2019 20:48:16 +0100 Subject: [PATCH 1/1] Makefile.am, test/Makefile.am: Add missing cleaning. --- src/Makefile.am | 1 + test/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index e427774..30ba76e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -221,6 +221,7 @@ noinst_DATA += asdf-hack.lisp asdf-hack.lisp: asdf-hack.lisp.in Makefile $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \ mv $@.new $@ +CLEANFILES += asdf-hack.lisp ## Emacs hacking for indentation. EXTRA_DIST += emacs-hacks.el diff --git a/test/Makefile.am b/test/Makefile.am index c817d43..2f0dce7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -76,6 +76,7 @@ rat.out: rat$(EXEEXT) check-local:: rat.out rat.ref diff -u $(srcdir)/rat.ref rat.out -include rat.c-dep rat.h-dep +CLEANFILES += rat.out check_PROGRAMS += kwbench kwbench_SOURCES = kwbench.c kwbench-back.c kwbench.h -- 2.11.0