-d test is useless as symlinks are dereferenced

This commit is contained in:
Alexander Klauer
2012-12-18 18:44:52 +01:00
parent e176965c1c
commit b670f6f992

View File

@@ -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"