Skip to content
Snippets Groups Projects
Commit ce43e0e3 authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Thomas Jahns
Browse files

Avoid extra actions when running 'make dist'.

* Also remove redundant dist hook.
parent 7417c8c9
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,6 @@ xtincludedir = $(includedir)/xt
nodist_include_HEADERS = yaxt.h
BUILT_SOURCES = yaxt.h
SUBDIRS =
DIST_SUBDIRS =
if with_fortran
......@@ -105,10 +103,6 @@ install-data-local: yaxt.h $(xtinclude_HEADERS)
uninstall-local:
rm -rf "$(DESTDIR)$(xtincludedir)"
dist-hook:
-rm $(distdir)/xt/*.h
-rmdir $(distdir)/xt
#
# Local Variables:
# coding: utf-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment