From 589858b412ce0a3d2194030ed0cd568a82a5099d Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 3 Nov 2018 06:50:28 -0700 Subject: [PATCH] share: Remove invalid make target. --- share/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/share/Makefile.am b/share/Makefile.am index 26e8b773f..143be1474 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -4,7 +4,6 @@ # datadir = @datadir@/$(PACKAGE_TARNAME) -data_DATA = share/ install-mkdirs: -@if test ! -d $(datadir); then \