Skip to content
Snippets Groups Projects
Verified Commit c84c789f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: remove useless uninstall rule

The Dynare++ binary is already uninstalled by dynare++/src/Makefile.
parent 2ae88722
Branches
Tags
No related merge requests found
...@@ -63,5 +63,4 @@ install-exec-local: ...@@ -63,5 +63,4 @@ install-exec-local:
cp preprocessor/src/dynare_m $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH cp preprocessor/src/dynare_m $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH
uninstall-local: uninstall-local:
rm -f $(DESTDIR)$(bindir)/dynare++
rm -rf $(DESTDIR)$(pkglibdir) rm -rf $(DESTDIR)$(pkglibdir)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment