From 6b6c1265debd8d176ea3a2f049ea5f03bb3e8afb Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 3 Feb 2018 21:55:08 +0100
Subject: [PATCH] stop overwriting make uninstall

---
 Makefile.coq.local | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 Makefile.coq.local

diff --git a/Makefile.coq.local b/Makefile.coq.local
deleted file mode 100644
index b261de990..000000000
--- a/Makefile.coq.local
+++ /dev/null
@@ -1,5 +0,0 @@
-uninstall::
-	@# This makes sure we also delete stale files in the destination directory
-	$(HIDE)df="$(COQLIBINSTALL)/`$(COQMKFILE) -destination-of "theories/base.v" $(COQLIBS)`" &&\
-	echo "RM in $$df" &&\
-	if [ -d "$$df" ]; then find "$$df" \( -name "*.vo" -o -name "*.v" -o -name "*.glob" -o \( -type d -empty \) \) -print -delete; fi
-- 
GitLab