Skip to content
Snippets Groups Projects
Commit 9775442a authored by Markus Blatt's avatar Markus Blatt
Browse files

[autotools,bugfix] Remove existent file when installing CMake's package version configuration.

The temporary file <dune-module>-config-version.tmp!
parent c0ecc4b1
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,6 @@ install-exec-local: ...@@ -38,6 +38,6 @@ install-exec-local:
echo " endif()" >> $(PACKAGE)-config-version.tmp; \ echo " endif()" >> $(PACKAGE)-config-version.tmp; \
echo "endif()" >> $(PACKAGE)-config-version.tmp; \ echo "endif()" >> $(PACKAGE)-config-version.tmp; \
$(INSTALL_DATA) $(PACKAGE)-config-version.tmp $(DESTDIR)$(libdir)/cmake/$(PACKAGE)/$(PACKAGE)-config-version.cmake; \ $(INSTALL_DATA) $(PACKAGE)-config-version.tmp $(DESTDIR)$(libdir)/cmake/$(PACKAGE)/$(PACKAGE)-config-version.cmake; \
rm $(PACKAGE)-config-version.cmake rm $(PACKAGE)-config-version.tmp
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