From: Alexander Klauer Date: Tue, 18 Dec 2012 17:44:52 +0000 (+0100) Subject: -d test is useless as symlinks are dereferenced X-Git-Tag: json-c-0.11-20130402~28^2~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b670f6f99208c085abaf1713b2b92ea66f9a5d2b;p=thirdparty%2Fjson-c.git -d test is useless as symlinks are dereferenced --- 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"