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/urls | |
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/urls')
-rw-r--r-- | test/urls/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |