summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-05-29 14:00:25 -0700
committerGeoff Levand <geoff@infradead.org>2013-05-29 14:00:25 -0700
commit4dc604b496f388e6896d46bb02d109103c316e4f (patch)
tree8464c3effbec37cf345673333d76bfa38843d771 /test
parentf7d58f3945a5b1325e451d3d98018ebeb7d14741 (diff)
downloadtalos-petitboot-4dc604b496f388e6896d46bb02d109103c316e4f.tar.gz
talos-petitboot-4dc604b496f388e6896d46bb02d109103c316e4f.zip
autotools: Fix make maintainer-clean
Fixes to make maintainer-clean work properly. Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'test')
-rw-r--r--test/parser/Makefile.am2
-rw-r--r--test/urls/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index 84ff2e1..b93bd31 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -72,3 +72,5 @@ EXTRA_DIST = $(check_DATA) $(extract_config)
CLEANFILES = $(foreach f, $(check_PROGRAMS), \
$(f).embedded-config.c $(f).embedded-config.o)
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/test/urls/Makefile.am b/test/urls/Makefile.am
index e2731c1..2f7b3a4 100644
--- a/test/urls/Makefile.am
+++ b/test/urls/Makefile.am
@@ -55,3 +55,5 @@ run-url-test: Makefile $(srcdir)/run-url-test.in
mv $@.tmp $@
CLEANFILES = run-url-test
+
+MAINTAINERCLEANFILES = Makefile.in
OpenPOWER on IntegriCloud