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.in | |
parent | 55adddbc16f65732b57ab8585c47001fced91d77 (diff) |
Imported Upstream version 3.0.0upstream/3.0.0
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3157e1a..c7737d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -762,6 +762,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 |