diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-24 05:56:37 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-24 05:56:37 +0200 |
commit | db5e8f26947114f06480dd22b9db7e22e50ee133 (patch) | |
tree | bb7418b545d295ea7cc4f5e7404d262e51082e0f /Makefile.am | |
parent | 55adddbc16f65732b57ab8585c47001fced91d77 (diff) |
Imported Upstream version 3.0.0upstream/3.0.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7abc355..08cb451 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ tarball: cd $(TMPDIR)/test; make clean; cd .. cd $(TMPDIR)/hpiutil; make clean; cd .. cd $(TMPDIR); make distclean + cd $(TMPDIR); rm -rf util/.deps lib/lanplus/.deps cd $(TMPDIR); rm -f lib/libipmiapi*.a* lib/libipmi*.a cd $(TMPDIR); rm -rf autom4te.cache cd $(TMPDIR); rm -f util/events |