From 252bf70225e95dcd4b254d8bcfa8e9cb5251f11b Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 25 Apr 2009 22:56:42 +0100 Subject: [PATCH] Clean up *~ files in recipes/ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fb1d42b..b4df8a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,7 +193,7 @@ test-boot-realistic: emptydisk # Make clean. -CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ +CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ recipes/*~ clean-local: rm -rf initramfs -- 1.8.3.1