From 8bea63643a1728812d4e0477e64c6fa00883024b Mon Sep 17 00:00:00 2001 From: Yang Deokgyu Date: Tue, 24 Dec 2019 10:19:59 +0900 Subject: [PATCH] wiringPi/Makefile: Remove legacy files when uninstallation Signed-off-by: Yang Deokgyu Change-Id: Ic126b5d27b92f265151b29d287e2dcce3fcbc815 --- wiringPi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiringPi/Makefile b/wiringPi/Makefile index 91dec11..702ef31 100755 --- a/wiringPi/Makefile +++ b/wiringPi/Makefile @@ -138,7 +138,7 @@ install-deb: $(DYNAMIC) .PHONY: uninstall uninstall: $Q echo "[UnInstall]" - $Q cd $(DESTDIR)$(PREFIX)/include/ && rm -f $(HEADERS) + $Q cd $(DESTDIR)$(PREFIX)/include/ && rm -f $(HEADERS) wiringOdroid*.h $Q cd $(DESTDIR)$(PREFIX)/lib/ && rm -f libwiringPi.* $Q $(LDCONFIG)