From b670f6f99208c085abaf1713b2b92ea66f9a5d2b Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Tue, 18 Dec 2012 18:44:52 +0100 Subject: [PATCH] -d test is useless as symlinks are dereferenced --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3ffc15ff..17d58379 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,6 @@ maintainer-clean-local: if ENABLE_OLDNAME_COMPAT install-data-hook: - test \! -d "$(includedir)/json" || rmdir "$(includedir)/json" test \! -e "$(includedir)/json" || rm "$(includedir)/json" $(LN_S) json-c "$(includedir)/json" -- 2.47.2