From c84c789f2095ed8f33f2cc778d5427aeb8cefa6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 25 Feb 2020 16:34:09 +0100
Subject: [PATCH] Build system: remove useless uninstall rule

The Dynare++ binary is already uninstalled by dynare++/src/Makefile.
---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index bea6a23b66..410ca9a22e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)
-- 
GitLab