Build system: remove useless uninstall rule

The Dynare++ binary is already uninstalled by dynare++/src/Makefile.
time-shift
Sébastien Villemot 2020-02-25 16:34:09 +01:00
parent 2ae88722fb
commit c84c789f20
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 1 deletions

View File

@ -63,5 +63,4 @@ install-exec-local:
cp preprocessor/src/dynare_m $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH
uninstall-local:
rm -f $(DESTDIR)$(bindir)/dynare++
rm -rf $(DESTDIR)$(pkglibdir)