diff options
author | Geoff Levand <geoff@infradead.org> | 2013-05-29 14:00:25 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-05-29 14:00:25 -0700 |
commit | 4dc604b496f388e6896d46bb02d109103c316e4f (patch) | |
tree | 8464c3effbec37cf345673333d76bfa38843d771 /test | |
parent | f7d58f3945a5b1325e451d3d98018ebeb7d14741 (diff) | |
download | petitboot-4dc604b496f388e6896d46bb02d109103c316e4f.zip petitboot-4dc604b496f388e6896d46bb02d109103c316e4f.tar.gz |
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.am | 2 | ||||
-rw-r--r-- | test/urls/Makefile.am | 2 |
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 |